docs: link to example folder instead

This commit is contained in:
Alexis COUVREUR
2021-09-28 15:57:28 +02:00
parent a0e59ce0f6
commit 569be26c81
3 changed files with 12 additions and 12 deletions

View File

@@ -25,8 +25,8 @@ testData:
## Examples
- [Docker Classic](./examples/docker_classic/README.md)
- [Docker Swarm](./examples/docker_swarm/README.md)
- [Docker Classic](./examples/docker_classic/)
- [Docker Swarm](./examples/docker_swarm/)
## Authors

View File

@@ -1,7 +1,7 @@
# Docker classic
`docker-compose up`
`docker stop docker_classic_whoami_1`
Load `http://localhost/whoami`
Wait 1 minute
Container is stopped
1. `docker-compose up`
2. `docker stop docker_classic_whoami_1`
3. Load `http://localhost/whoami`
4. Wait 1 minute
5. Container is stopped

View File

@@ -1,7 +1,7 @@
# Docker swarm
`docker swarm init`
`docker stack deploy -c docker-compose.yml DOCKER_SWARM`
Load `http://localhost/nginx`
Wait 1 minute
Service is scaled to 0/0
1. `docker swarm init`
2. `docker stack deploy -c docker-compose.yml DOCKER_SWARM`
3. Load `http://localhost/nginx`
4. Wait 1 minute
5. Service is scaled to 0/0