Missing quote in azure init script

Fix #826

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack 2016-12-02 14:03:21 +00:00
parent cb486e5cc5
commit 6e10fa9399

View File

@ -55,7 +55,7 @@ start()
-v /lib/modules:/lib/modules \
-v /lib/firmware:/lib/firmware \
-v /var/lib/waagent:/var/lib/waagent \
"docker4x/agent-azure@sha256:$DOCKER_FOR_IAAS_VERSION_DIGEST
"docker4x/agent-azure@sha256:$DOCKER_FOR_IAAS_VERSION_DIGEST"
# Wait for docker user to be added by agent.
while [ ! -d /home/docker ]