notes/cmd/docker.md
Sander Hautvast 552516acc8
Update it
2024-03-08 12:19:06 +01:00

267 B

never forget

  • docker inspect [image]
  • docker history --no-trunc [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