mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Solved bugs
This commit is contained in:
@@ -10,4 +10,10 @@ docker compose down -v
|
||||
|
||||
```bash
|
||||
watch -n 2 "docker compose ps -a"
|
||||
```
|
||||
|
||||
## Health Logs
|
||||
|
||||
```bash
|
||||
docker inspect --format='{{json .State.Health}}' <container_id>
|
||||
```
|
Reference in New Issue
Block a user