Files
container.training/slides/common/composedown.md
2018-02-27 13:35:03 -06:00

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
```
]