This commit is contained in:
Sander Hautvast 2024-03-08 12:14:29 +01:00 committed by GitHub
parent 8b3712e4b2
commit b19b5a668b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
### never forget
* docker inspect [image]
* docker history --no-capture [image]
* docker history --no-truncate [image]
* docker run -it [image] /bin/sh
* docker exec -it [image] /bin/sh
* -p [HOST-port]:[CONTAINER-port]