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 0b31c9dc42
commit 412d7693a3

View File

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