We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa9c33 commit cdb7732Copy full SHA for cdb7732
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