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
From a quick read of the readme & some source, it looks like you need to run these scripts inside the docker haproxy container. Correct?
If so, can you think of ways where configuration of the container can be scripted from outside of the container? Manually finding & going inside containers and running commands doesn't seem very modern :)
The text was updated successfully, but these errors were encountered:
Hi there,
well you actually could - i intended to run it outside of containers. My picture of this is having a vm with a number of containers, and a balancing solution (like haproxy) at the vm level, to proxy among the containers.
Of course the haproxy can itself run in a container, but then it would probably not be able to query the docker api (unless you expose the api on the internal docker network). Or you expose the filesystem where haproxy.cfg is to the vm level, and modify it there.
From a quick read of the readme & some source, it looks like you need to run these scripts inside the docker haproxy container. Correct?
If so, can you think of ways where configuration of the container can be scripted from outside of the container? Manually finding & going inside containers and running commands doesn't seem very modern :)
The text was updated successfully, but these errors were encountered: