Skip to content

Instantly share code, notes, and snippets.

@smothiki
Created February 10, 2015 20:55
Show Gist options
  • Save smothiki/6112d7f29e7eaac670dd to your computer and use it in GitHub Desktop.
Save smothiki/6112d7f29e7eaac670dd to your computer and use it in GitHub Desktop.
docker swarm error
swarm manage -H tcp://172.17.8.100:2375 etcd://172.17.8.100:4001/swarmpath
INFO[0000] Listening for HTTP addr=172.17.8.100:2375 proto=tcp
ERRO[0000] Get http://172.17.8.101:2375/v1.15/info: dial tcp 172.17.8.101:2375: connection refused
ERRO[0000] Get http://172.17.8.102:2375/v1.15/info: dial tcp 172.17.8.102:2375: connection refused
INFO[0000] HTTP request received method=GET uri=/v1.15/info
ERRO[0000] Node 172.17.8.100:2375 is running an unsupported version of Docker Engine. Please upgrade.
INFO[0002] HTTP request received method=GET uri=/v1.15/info
ERRO[0002] Node 172.17.8.100:2375 is running an unsupported version of Docker Engine. Please upgrade.
ERRO[0002] Get http://172.17.8.101:2375/v1.15/info: dial tcp 172.17.8.101:2375: connection refused
ERRO[0002] Get http://172.17.8.102:2375/v1.15/info: dial tcp 172.17.8.102:2375: connection refused
^[[INFO[0011] HTTP request received method=GET uri=/v1.15/info
docker -v
Docker version 1.4.1, build 5bc2ff8-dirty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment