mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-12 03:46:40 +00:00
This was discussed and agreed in #246. It will probably break a few outstanding PRs as well as a few external links but it's for the better good long term.
13 lines
154 B
Markdown
13 lines
154 B
Markdown
## Clean up
|
|
|
|
- Before moving on, let's remove those containers
|
|
|
|
.exercise[
|
|
|
|
- Tell Compose to remove everything:
|
|
```bash
|
|
docker-compose down
|
|
```
|
|
|
|
]
|