docker:containers:list_containers
This is an old revision of the document!
Table of Contents
Docker - Containers - List Containers
List all Docker containers by their ID
docker ps -qa
or
docker container ls -qa
returns:
docker container ls -qa
List all containers by their size
docker ps -s
or
docker container ls -s
Lst all containers by their name and status
docker container ls --format 'table {{.Names}}\t{{.Status}}'
docker/containers/list_containers.1605091375.txt.gz · Last modified: 2020/11/11 10:42 by 192.168.1.1