show info
[!TIP|label:references:]
docker ps
PLACEHOLDER | DESCRIPTION |
---|---|
| Container ID |
| Image ID |
| Quoted command |
| Time when the container was created. |
| Elapsed time since the container was started. |
| Exposed ports. |
| Container status (for example; "created", "running", "exited"). |
| Container status with details about duration and health-status. |
| Container disk size. |
| Container names. |
| All labels assigned to the container. |
| Value of a specific label for this container. For example '{{.Label "com.docker.swarm.cpu"}}' |
| Names of the volumes mounted in this container. |
| Names of the networks attached to this container. |
original
via foramt
docker list
sort by image size
docker inspect
show docker image
show entrypoint
or list only
i.e.:
i.e.:
or
or
docker stats
docker system
id and command
id, image and commands
Last updated