docker-flow / docker-flow-proxy

Docker Flow Proxy
https://docker-flow.github.io/docker-flow-proxy/
MIT License
317 stars 189 forks source link

Documentation for swarm-listener service incorrect container name... #10

Closed nvrnight closed 6 years ago

nvrnight commented 6 years ago

http://proxy.dockerflow.com/swarm-mode-auto/

docker service create --name swarm-listener --network proxy --mount "type=bind,source=/var/run/docker.sock,target=/var/run/docker.sock" -e DF_NOTIFY_CREATE_SERVICE_URL=http://proxy:8080/v1/docker-flow-proxy/reconfigure -e DF_NOTIFY_REMOVE_SERVICE_URL=http://proxy:8080/v1/docker-flow-proxy/remove --constraint 'node.role==manager' docker-flow/docker-flow-swarm-listener

"docker-flow/docker-flow-swarm-listener" should be "dockerflow/docker-flow-swarm-listener" I believe

Same with the docker-flow-proxy command afterwards.

vfarcic commented 6 years ago

Thanks.

It's corrected and will be available in a few minutes.