docker-archive / classicswarm

Swarm Classic: a container clustering system. Not to be confused with Docker Swarm which is at https://github.com/docker/swarmkit
Apache License 2.0
5.75k stars 1.08k forks source link

discovery.hub.docker.com no longer accessible? #2953

Closed suihkulokki closed 4 years ago

suihkulokki commented 5 years ago

Attempting to create a discovery token with classic swarm fails with:

docker run -it --rm swarm create Unable to find image 'swarm:latest' locally latest: Pulling from library/swarm d85c18077b82: Pull complete 1e6bb16f8cb1: Pull complete 85bac13497d7: Pull complete Digest: sha256:b866583a3b8791bcd705b7bc0fd94c66b695a1a2dbaeb5f59ed29940e5015dc8 Status: Downloaded newer image for swarm:latest 2019/07/04 20:09:06 Post https://discovery.hub.docker.com/v1/clusters: dial tcp: lookup discovery.hub.docker.com on 192.168.1.1:53: no such host

icedme666 commented 5 years ago

I have the same problem as you

nslookup discovery.hub.docker.com nslookup: can't resolve 'discovery.hub.docker.com'

forestlioooooo commented 5 years ago

I have the same problem as you

thaJeztah commented 5 years ago

I think that service was shut down; it was deprecated in 2017 (see https://github.com/docker/swarm/issues/2688 and https://github.com/docker/swarm/pull/2743), and the docs:

https://docs.docker.com/swarm/discovery/#docker-hub-as-a-hosted-discovery-service

Screenshot 2019-07-17 at 22 30 52
thaJeztah commented 4 years ago

Closing, per the above