notes/cmd/docker.md
Sander Hautvast b19b5a668b
type-o
2024-03-08 12:14:29 +01:00

10 lines
270 B
Markdown

### never forget
* docker inspect [image]
* docker history --no-truncate [image]
* docker run -it [image] /bin/sh
* docker exec -it [image] /bin/sh
* -p [HOST-port]:[CONTAINER-port]
### DEBUG (rhel/centos)
* RUN yum install -y net-tools
* RUN yum install -y procps