mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-30 23:38:13 +02:00
Updated bigbluebutton role
This commit is contained in:
11
roles/docker-compose/Administration.md
Normal file
11
roles/docker-compose/Administration.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Docker Compose
|
||||
|
||||
## Delete all containers, networks and volumes
|
||||
```bash
|
||||
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