Merge pull request #1424 from fvoznika/patch-1

Start docker unconditionally
This commit is contained in:
Mike Brown 2020-04-01 08:27:22 -05:00 committed by GitHub
commit 7013a825b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,4 +70,4 @@ runcmd:
- systemctl enable containerd.target - systemctl enable containerd.target
- systemctl start containerd.target - systemctl start containerd.target
# Start docker after containerd is running. (for Docker 18.09+) # Start docker after containerd is running. (for Docker 18.09+)
- systemctl is-enabled docker && (systemctl is-active docker || systemctl start docker) - systemctl is-active docker || systemctl start docker