Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 KB | None | 0 0
  1. compose.config.config.find: Using configuration files: ./docker-compose.yml
  2. docker.utils.config.find_config_file: Trying paths: ['/Users/thomas/.docker/config.json', '/Users/thomas/.dockercfg']
  3. docker.utils.config.find_config_file: Found file at path: /Users/thomas/.docker/config.json
  4. docker.auth.load_config: Found 'auths' section
  5. docker.auth.parse_auth: Auth data for https://registry.gitlab.com is absent. Client might be using a credentials store instead.
  6. docker.auth.parse_auth: Auth data for registry.gitlab.com is absent. Client might be using a credentials store instead.
  7. docker.auth.load_config: Found 'credsStore' section
  8. urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/version HTTP/1.1" 200 856
  9. compose.cli.command.get_client: docker-compose version 1.24.1, build 4667896b
  10. docker-py version: 3.7.3
  11. CPython version: 3.6.8
  12. OpenSSL version: OpenSSL 1.1.0j 20 Nov 2018
  13. compose.cli.command.get_client: Docker base_url: http+docker://localhost
  14. compose.cli.command.get_client: Docker version: Platform={'Name': 'Docker Engine - Community'}, Components=[{'Name': 'Engine', 'Version': '19.03.5', 'Details': {'ApiVersion': '1.40', 'Arch': 'amd64', 'BuildTime': '2019-11-13T07:29:19.000000000+00:00', 'Experimental': 'false', 'GitCommit': '633a0ea', 'GoVersion': 'go1.12.12', 'KernelVersion': '4.9.184-linuxkit', 'MinAPIVersion': '1.12', 'Os': 'linux'}}, {'Name': 'containerd', 'Version': 'v1.2.10', 'Details': {'GitCommit': 'b34a5c8af56e510852c35414db4c1f4fa6172339'}}, {'Name': 'runc', 'Version': '1.0.0-rc8+dev', 'Details': {'GitCommit': '3e425f80a8c931f88e6d94a8c831b9d5aa481657'}}, {'Name': 'docker-init', 'Version': '0.18.0', 'Details': {'GitCommit': 'fec3683'}}], Version=19.03.5, ApiVersion=1.40, MinAPIVersion=1.12, GitCommit=633a0ea, GoVersion=go1.12.12, Os=linux, Arch=amd64, KernelVersion=4.9.184-linuxkit, BuildTime=2019-11-13T07:29:19.000000000+00:00
  15. compose.cli.verbose_proxy.proxy_callable: docker inspect_network <- ('stormy-network')
  16. urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/networks/stormy-network HTTP/1.1" 200 1194
  17. compose.cli.verbose_proxy.proxy_callable: docker inspect_network -> {'Attachable': False,
  18. 'ConfigFrom': {'Network': ''},
  19. 'ConfigOnly': False,
  20. 'Containers': {'3d730913b78324aaa22421bb12526ada23c618dc7004833d65f6612d4afc34e9': {'EndpointID': 'c66f0a49d514450bceae838b11ebc06ce501cb9b6f1f51a53fb0965c1c3e940a',
  21. 'IPv4Address': '172.20.0.3/16',
  22. 'IPv6Address': '',
  23. 'MacAddress': '02:42:ac:14:00:03',
  24. 'Name': 'stormy_rabbitmq'},
  25. 'c28838fdbd30e9e2cf94a2adae3960e5dee76fad882f95cd79ab59c73feb92ea': {'EndpointID': 'a224e5882ed1a4306586d66cc5131cbfd8be419e8e08f8affb7e199b557ae688',
  26. 'IPv4Address': '172.20.0.2/16',
  27. ...
  28. compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=deployment']})
  29. urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/containers/json?limit=-1&all=0&size=0&trunc_cmd=0&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Ddeployment%22%5D%7D HTTP/1.1" 200 3
  30. compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items)
  31. compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=deployment']})
  32. urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/containers/json?limit=-1&all=0&size=0&trunc_cmd=0&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Ddeployment%22%5D%7D HTTP/1.1" 200 3
  33. compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items)
  34. compose.parallel.feed_queue: Pending: set()
  35. compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=deployment', 'com.docker.compose.oneoff=False']})
  36. urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/containers/json?limit=-1&all=0&size=0&trunc_cmd=0&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Ddeployment%22%2C+%22com.docker.compose.oneoff%3DFalse%22%5D%7D HTTP/1.1" 200 3
  37. compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items)
  38. compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=False, filters={'label': ['com.docker.compose.project=deployment', 'com.docker.compose.oneoff=False']})
  39. urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/containers/json?limit=-1&all=0&size=0&trunc_cmd=0&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Ddeployment%22%2C+%22com.docker.compose.oneoff%3DFalse%22%5D%7D HTTP/1.1" 200 3
  40. compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items)
  41. compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=deployment']})
  42. urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/containers/json?limit=-1&all=1&size=0&trunc_cmd=0&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Ddeployment%22%5D%7D HTTP/1.1" 200 3
  43. compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items)
  44. compose.cli.verbose_proxy.proxy_callable: docker containers <- (all=True, filters={'label': ['com.docker.compose.project=deployment']})
  45. urllib3.connectionpool._make_request: http://localhost:None "GET /v1.30/containers/json?limit=-1&all=1&size=0&trunc_cmd=0&filters=%7B%22label%22%3A+%5B%22com.docker.compose.project%3Ddeployment%22%5D%7D HTTP/1.1" 200 3
  46. compose.cli.verbose_proxy.proxy_callable: docker containers -> (list with 0 items)
  47. compose.parallel.feed_queue: Pending: set()
  48. compose.network.remove: Network stormy-network is external, skipping
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement