We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7105c4 commit ae9c4bfCopy full SHA for ae9c4bf
examples/docker-rootful.yaml
@@ -55,7 +55,7 @@ provision:
55
fi
56
export DEBIAN_FRONTEND=noninteractive
57
curl -fsSL https://get.docker.com | sh
58
-- mode: user # configure docker under non-root user
+- mode: user # configure docker under non-root user
59
script: |
60
#!/bin/bash
61
set -eux -o pipefail
examples/docker.yaml
0 commit comments