Update docker.md

This commit is contained in:
Sander Hautvast 2024-03-08 12:21:35 +01:00 committed by GitHub
parent 552516acc8
commit 2e14c3eacf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@
* docker run -it [image] /bin/sh
* docker exec -it [image] /bin/sh
* -p [HOST-port]:[CONTAINER-port]
* docker images | grep "blabla" | awk '{print $1 ":" $2}' | xargs docker rmi
### DEBUG (rhel/centos)
* RUN yum install -y net-tools