mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Solved bbb bugs
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
# Docker Compose
|
||||
|
||||
## Delete all containers, networks and volumes
|
||||
|
||||
```bash
|
||||
docker compose down -v
|
||||
docker compose down -v
|
||||
```
|
||||
|
||||
## Show the state of all containers
|
||||
|
||||
```bash
|
||||
watch -n 2 "docker compose ps -a"
|
||||
```
|
Reference in New Issue
Block a user