From 0d8d6d57ac9859a5818fa490ff0f7381f0ecd712 Mon Sep 17 00:00:00 2001 From: David Calavera Date: Tue, 8 Sep 2015 16:12:26 -0400 Subject: [PATCH] Add missing ps placeholder to the docs. Signed-off-by: David Calavera Upstream-commit: 54a47bdcaad5f33fa30df82a0db1076338717747 Component: cli --- components/cli/docs/reference/commandline/ps.md | 1 + 1 file changed, 1 insertion(+) diff --git a/components/cli/docs/reference/commandline/ps.md b/components/cli/docs/reference/commandline/ps.md index 328cac76b4..ddf87411d0 100644 --- a/components/cli/docs/reference/commandline/ps.md +++ b/components/cli/docs/reference/commandline/ps.md @@ -173,6 +173,7 @@ Placeholder | Description `.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"}}`