Add label to Azure agent container

Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
This commit is contained in:
Nathan LeClaire 2017-01-10 15:07:59 -08:00
parent d8fd61861b
commit 4b3192df62

View File

@ -69,6 +69,7 @@ start()
--pid host \ --pid host \
--net host \ --net host \
--uts host \ --uts host \
--label com.docker.editions.system \
--restart unless-stopped \ --restart unless-stopped \
-e DOCKER_FOR_IAAS_VERSION \ -e DOCKER_FOR_IAAS_VERSION \
-v /usr/bin/docker:/usr/local/bin/docker:ro \ -v /usr/bin/docker:/usr/local/bin/docker:ro \