mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
* Add notes After Docker Cloud Agent installed successfully, and run the `docker swarm init` and `docker swarm join` commands will got the errors, and can not register swarm with Docker Cloud. ``` ******************************************************************************* Docker Cloud Agent installed successfully ******************************************************************************* You can now deploy containers to this node using Docker Cloud ubuntu@test:~$ docker swarm init docker: 'swarm' is not a docker command. See 'docker --help'. ubuntu@test:~$ sudo docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock dockercloud/registration Unable to find image 'dockercloud/registration:latest' locally latest: Pulling from dockercloud/registration 79650cf9cc01: Pull complete e720390eb80b: Pull complete 7b619be6318c: Pull complete Digest: sha256:b0c89c6a446700394c7b85d93b9b1117e517504c64577586f535ceec353628e7 Status: Downloaded newer image for dockercloud/registration:latest Error response from daemon: 404 page not found ``` So, `Use the Docker Cloud Agent to Bring your Own Host` does not support swarm mode. * formatted note, clarified Cloud standard and swarm modes Signed-off-by: Victoria Bialas <victoria.bialas@docker.com> * copyedits, rewrites Signed-off-by: Victoria Bialas <victoria.bialas@docker.com> * copyedits Signed-off-by: Victoria Bialas <victoria.bialas@docker.com>