Update docker.md
This commit is contained in:
parent
552516acc8
commit
2e14c3eacf
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
* docker run -it [image] /bin/sh
|
* docker run -it [image] /bin/sh
|
||||||
* docker exec -it [image] /bin/sh
|
* docker exec -it [image] /bin/sh
|
||||||
* -p [HOST-port]:[CONTAINER-port]
|
* -p [HOST-port]:[CONTAINER-port]
|
||||||
|
* docker images | grep "blabla" | awk '{print $1 ":" $2}' | xargs docker rmi
|
||||||
|
|
||||||
### DEBUG (rhel/centos)
|
### DEBUG (rhel/centos)
|
||||||
* RUN yum install -y net-tools
|
* RUN yum install -y net-tools
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue