„README.md“ ändern

This commit is contained in:
bmen 2019-10-13 09:50:26 +00:00
parent 09e587d78c
commit cb6f151127
1 changed files with 17 additions and 0 deletions

View File

@ -1,2 +1,19 @@
# Docker
## Informationen
```
# Allgemeine Systeminformationen
docker system info
# Anzahl Images, Containers, Local Volumens
docker system df
```
## Aufäumen
```
docker system prune
```
Optionen
* --all
* -- force
## Docker Daemon konfigurieren