What does 'docker ps -a' command do?

0209

The docker ps -a command lists all containers on your system, including both running and stopped containers. The output will display details such as the container ID, image, command, creation time, status, ports, and names of the containers. This command is useful for viewing the complete list of containers, regardless of their current state.

0 Comments

no data
Be the first to share your comment!