Docker View Infomation

docker psList all running containers.
docker ps -aList all container instances, with their ID
and status.
docker imagesLists all images on the local machine.
docker history user/imageLists the history of an image.
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 container.
docker diff [container name or ID]Lists the changes made to a container.

Leave a Reply

Your email address will not be published. Required fields are marked *