This commit is contained in:
Bob
2025-12-24 16:04:00 +01:00
parent 9d781e3e78
commit 8d3fdab8b7

View File

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