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
I see that this version of docker-gen only watch the container over docker socket,
there is a chance to improve this docker-gen to suport swarm mode? because the github.com/fsouza/go-dockerclient already support swarm api,
or if i want to modify this docker-gen, what code that will be affected when i try to change the api value ListContainers(docker.ListContainersOptions{......}) become ListServices(docker.ListServicesOptions{}) ??
i see that the parameter required for the nginx-proxy are ENV variable and can get it from the service api instead inspect the container 😄
Thanks you
The text was updated successfully, but these errors were encountered:
I see that this version of docker-gen only watch the container over docker socket,
there is a chance to improve this docker-gen to suport swarm mode? because the github.com/fsouza/go-dockerclient already support swarm api,
or if i want to modify this docker-gen, what code that will be affected when i try to change the api value ListContainers(docker.ListContainersOptions{......}) become ListServices(docker.ListServicesOptions{}) ??
i see that the parameter required for the nginx-proxy are ENV variable and can get it from the service api instead inspect the container 😄
Thanks you
The text was updated successfully, but these errors were encountered: