You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Containers restart #1 you added the option to restart containers using the RESTART_CONTAINERS env var and the use of DOCKER_HOST to add the proxy. But is it possible to add support for multiple docker hosts? Like this
I can't tell if DOCKER_HOST accepts multiple hosts, but if it's as simple as swapping out DOCKER_HOST, then I could add some kind of env var for setting a mapping table (either as JSON or as a list of key-values).
or we could go ahead, skip DOCKER_HOST, and instead specify the Docker host for each container - either in the same fashion as DOCKER_HOST_MAPPING above, or {docker_host}:{container_name}.
Containers restart #1 you added the option to restart containers using the RESTART_CONTAINERS env var and the use of DOCKER_HOST to add the proxy. But is it possible to add support for multiple docker hosts? Like this
here container1 is at 10.20.30.102:237, container2 is at 10.20.30.103:237, container3 is at 10.20.30.101:237
something like this...
The text was updated successfully, but these errors were encountered: