Update swarm-deploy.md

Add a link to (what appears to be) the root of the "swarm mode" documentation.
This commit is contained in:
sgpinkus
2021-01-05 17:02:24 +11:00
committed by GitHub
parent b85822dd9c
commit f69a6c6ae8

View File

@@ -90,7 +90,8 @@ In addition to deploying to Swarm, we have also described our application as a s
Further documentation for all new Swarm objects and CLI commands used in this article are available here:
- [Swarm Services](https://docs.docker.com/engine/swarm/how-swarm-mode-works/services/)
- [Swarm Mode](https://docs.docker.com/engine/swarm/)
- [Swarm Mode Services](https://docs.docker.com/engine/swarm/how-swarm-mode-works/services/)
- [Swarm Stacks](https://docs.docker.com/engine/swarm/stack-deploy/)
- [`docker stack *`](https://docs.docker.com/engine/reference/commandline/stack/)
- [`docker service *`](https://docs.docker.com/engine/reference/commandline/service/)