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
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