mirror of https://github.com/docker/cli.git
Document .Names format placeholder in docker-ps man page, fixes #20503.
Signed-off-by: Andrew Macpherson <hopscotch23@gmail.com>
This commit is contained in:
parent
15eb38dfb1
commit
7eed2da516
|
@ -47,6 +47,7 @@ the running containers.
|
|||
.Ports - Exposed ports.
|
||||
.Status - Container status.
|
||||
.Size - Container disk size.
|
||||
.Names - Container names.
|
||||
.Labels - All labels assigned to the container.
|
||||
.Label - Value of a specific label for this container. For example `{{.Label "com.docker.swarm.cpu"}}`
|
||||
|
||||
|
|
Loading…
Reference in New Issue