mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-02-14 17:49:59 +00:00
Now that we have a good number of longer exercises, it makes sense to rename the shorter demos/labs into 'labs' to avoid confusion between the two.
13 lines
149 B
Markdown
13 lines
149 B
Markdown
## Clean up
|
|
|
|
- Before moving on, let's remove those containers
|
|
|
|
.lab[
|
|
|
|
- Tell Compose to remove everything:
|
|
```bash
|
|
docker-compose down
|
|
```
|
|
|
|
]
|