Docker Commands Quick Reference
Docker Commands Quick Reference
Docker Commands Quick Reference
docker logs [container name or ID] Displays the logs from a running container.
docker port [container name or ID] Displays the exposed port of a running conta
docker diff [container name or ID] Lists the changes made to a container.
Executes a command w
docker exec [container name or ID] shell command
container.
Image Creation