Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 476 Bytes

File metadata and controls

38 lines (24 loc) · 476 Bytes

Docker

Links

List images

docker images

List containers

List running containers

docker ps

List all, running and stopped, containers

docker ps -a

List all, running and stopped, containers, ID's only

docker ps -aq

List the total size of containers

docker ps -s