docker:containers:list_containers
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
docker:containers:list_containers [2021/09/24 12:30] – peter | docker:containers:list_containers [2025/05/20 20:16] (current) – peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Docker - Containers - List Containers ====== | ====== Docker - Containers - List Containers ====== | ||
- | ====== List all Docker containers by their ID ====== | + | ===== List Running Docker Containers ===== |
+ | |||
+ | <code bash> | ||
+ | docker ps | ||
+ | </ | ||
+ | |||
+ | ---- | ||
+ | |||
+ | ===== List all Docker containers by their ID ===== | ||
<code bash> | <code bash> | ||
Line 24: | Line 32: | ||
---- | ---- | ||
- | ====== List all containers by their size ====== | + | ===== List all containers by their size ===== |
<code bash> | <code bash> | ||
Line 45: | Line 53: | ||
---- | ---- | ||
- | ====== Lst all containers by their name and status | + | ===== List all containers by their name and status ===== |
<code bash> | <code bash> |
docker/containers/list_containers.1632486614.txt.gz · Last modified: 2021/09/24 12:30 by peter