Merge pull request #12038 from sgpinkus/patch-1

Update swarm-deploy.md
This commit is contained in:
Sebastiaan van Stijn 2021-01-05 12:54:26 +01:00 committed by GitHub
commit 27d4a85b1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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/)