Fix URL for Swarm content

This commit is contained in:
Jerome Petazzoni
2019-05-22 22:39:45 -05:00
parent 4c44f3e690
commit 8ea4b23530

View File

@@ -528,7 +528,9 @@ Very short instructions:
- `docker network create mynet --driver overlay`
- `docker service create --network mynet myimage`
See https://jpetazzo.github.io/container.training for all the deets about clustering!
If you want to learn more about Swarm mode, you can check
[this video](https://www.youtube.com/watch?v=EuzoEaE6Cqs)
or [these slides](https://container.training/swarm-selfpaced.yml.html).
---