2022-10-01 00:22:39

This commit is contained in:
henk
2022-10-01 00:22:39 +02:00
parent 90444d96a9
commit aa46fcabff
2 changed files with 24 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
#logs
NAAM=docker naam # te zien met docker ps
docker logs -f NAAM
# shelll in de docker container
docker exec -it NAAM /bin/bash kan ook /bin/ash zijn
#docker schoonmaken op je systeem
docker system prune -f
docker image prune -a -f
docker volume prune -f
docker system prune --volumes -f
# update restart
docker update --restart=unless-stopped NAAM