This commit is contained in:
Bob
2025-12-24 12:53:09 +01:00
parent 9665073e58
commit bbba06a236

View File

@@ -1,3 +1,5 @@
# Commands for docker & docker-compose
### docker container tabellarisch auflisten
```bash
sudo docker ps -a --format "table {{.Names}}\t{{.Status}}\t{{.Image}}"