Docker List containers
- ps
docker container ls
docker container ls -a
docker ps # list the running containers
docker ps -a # list all the containers
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
docker container ls
docker container ls -a
docker ps # list the running containers
docker ps -a # list all the containers