mirror of
https://github.com/jpetazzo/container.training.git
synced 2026-05-13 20:36:34 +00:00
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
|
|
```
|
|
|
|
]
|