mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 18:41:37 +00:00
Missing quote in azure init script
Fix #826 Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
parent
cb486e5cc5
commit
6e10fa9399
@ -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 ]
|
||||
|
Loading…
Reference in New Issue
Block a user