error running walkoff
It seems to refuse to start nginx with the latest commits in development on windows
with name walkoff_default already exists Running bootloader... 2019-08-30 23:37:09,773 - UMPIRE - DEBUG:Connected to Docker Engine: v19.03.1 2019-08-30 23:37:09,778 - BOOTLOADER - INFO:Skipping secret walkoff_encryption_key creation, it already exists. 2019-08-30 23:37:09,780 - BOOTLOADER - INFO:Skipping secret walkoff_internal_key creation, it already exists. 2019-08-30 23:37:09,782 - BOOTLOADER - INFO:Skipping secret walkoff_postgres_key creation, it already exists. 2019-08-30 23:37:09,785 - BOOTLOADER - INFO:Skipping secret walkoff_minio_access_key creation, it already exists. 2019-08-30 23:37:09,786 - BOOTLOADER - INFO:Skipping secret walkoff_minio_secret_key creation, it already exists. 2019-08-30 23:37:09,787 - BOOTLOADER - INFO:Creating persistent directories for registry, postgres, portainer... 2019-08-30 23:37:09,792 - BOOTLOADER - INFO:Deploying base services (registry, postgres, portainer, redis)... 2019-08-30 23:37:12,766 - BOOTLOADER - INFO:Updating service walkoff_resource_portainer (id: k6igt46u7o8dj0jp8e9mw6jtl) 2019-08-30 23:37:12,766 - BOOTLOADER - INFO:Updating service walkoff_resource_postgres (id: hfh5er5l22a6ue03k4o5jo8aa) 2019-08-30 23:37:12,766 - BOOTLOADER - INFO:Updating service walkoff_resource_redis (id: 7r0m99ahbdoeimhi4p63wg0ch) 2019-08-30 23:37:12,766 - BOOTLOADER - INFO:Updating service walkoff_resource_registry (id: jr9vwlta9howcmsjsbkmm91gj) 2019-08-30 23:37:12,766 - BOOTLOADER - INFO:Updating service walkoff_resource_minio (id: 4u6s9oosuwz7hk3avr3qolsyc) 2019-08-30 23:37:12,767 - BOOTLOADER - INFO:Registry not available yet, waiting to try again... 2019-08-30 23:37:13,769 - BOOTLOADER - INFO:Registry not available yet, waiting to try again... 2019-08-30 23:37:15,772 - BOOTLOADER - INFO:Registry not available yet, waiting to try again... 2019-08-30 23:37:19,775 - BOOTLOADER - INFO:Registry not available yet, waiting to try again... 2019-08-30 23:37:27,778 - BOOTLOADER - INFO:Registry not available yet, waiting to try again... 2019-08-30 23:37:37,791 - BOOTLOADER - INFO:Registry not available yet, waiting to try again... 2019-08-30 23:37:47,794 - BOOTLOADER - INFO:Registry not available yet, waiting to try again... 2019-08-30 23:37:57,806 - BOOTLOADER - INFO:Registry not available yet, waiting to try again...
2019-08-30 23:38:07,815 - BOOTLOADER - INFO:Registry not available yet, waiting to try again...
2019-08-30 23:38:17,824 - BOOTLOADER - INFO:Registry not available yet, waiting to try again... 2019-08-30 23:38:17,825 - UMPIRE - INFO:Docker connection closed. Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/yarl/init.py", line 163, in new port = val.port File "/usr/local/lib/python3.7/urllib/parse.py", line 169, in port port = int(port, 10) ValueError: invalid literal for int() with base 10: '5000:5000'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 371, in _request url = URL(str_or_url) File "/usr/local/lib/python3.7/site-packages/yarl/init.py", line 165, in new raise ValueError("Invalid URL: port can't be converted to integer") ValueError: Invalid URL: port can't be converted to integer
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/local/lib/python3.7/site-packages/tenacity/_asyncio.py", line 46, in call result = yield from fn(*args, **kwargs) File "/d/dev/walkoff/bootloader/bootloader.py", line 342, in wait_for_registry raise e File "/d/dev/walkoff/bootloader/bootloader.py", line 335, in wait_for_registry async with self.session.get(f"http://{DOCKER_HOST_IP}:5000") as resp: File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 1005, in aenter self._resp = await self._coro File "/usr/local/lib/python3.7/site-packages/aiohttp/client.py", line 373, in _request raise InvalidURL(str_or_url) aiohttp.client_exceptions.InvalidURL: http://172.17.0.1:5000:5000
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/usr/local/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/d/dev/walkoff/bootloader/bootloader.py", line 543, in