From 39cd0cd73bd3e4ea3c6c4ba9c9f0b6f0924c50a3 Mon Sep 17 00:00:00 2001 From: ryane Date: Tue, 3 Nov 2015 15:20:58 -0500 Subject: [PATCH] add label support to docker container resource --- r/container.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/r/container.html.markdown b/r/container.html.markdown index c1a728f1..b83387ae 100644 --- a/r/container.html.markdown +++ b/r/container.html.markdown @@ -44,6 +44,7 @@ The following arguments are supported: `["/usr/bin/myprogram"]`. * `dns` - (Optional, set of strings) Set of DNS servers. * `env` - (Optional, set of strings) Environmental variables to set. +* `labels` - (Optional) Key/value pairs to set as labels on the container. * `links` - (Optional, set of strings) Set of links for link based connectivity between containers that are running on the same host. * `hostname` - (Optional, string) Hostname of the container.