docs: userguide: add container labels section

Signed-off-by: Antonio Murdaca <runcom@linux.com>
This commit is contained in:
Antonio Murdaca 2015-09-21 14:41:14 +02:00
parent acdc0f82c0
commit 124540c086
1 changed files with 13 additions and 1 deletions

View File

@ -161,8 +161,20 @@ List all images with `vendor` `ACME`:
$ docker images --filter "label=vendor=ACME"
## Daemon labels
## Container labels
docker run \
-d \
--label com.example.group="webservers" \
--label com.example.environment="production" \
busybox \
top
Please refer to the [Query labels](#query-labels) section above for information
on how to query labels set on a container.
## Daemon labels
docker daemon \
--dns 8.8.8.8 \