add dockerEnabled document (#193)

Follow-up for #191
This commit is contained in:
Shinnosuke Sawada 2020-11-17 09:31:34 +09:00 committed by GitHub
parent 4371de9733
commit 6ce6737f61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -321,6 +321,8 @@ spec:
requests:
cpu: "2.0"
memory: "4Gi"
# If set to false, there are no privileged container and you cannot use docker.
dockerEnabled: false
# If set to true, runner pod container only 1 container that's expected to be able to run docker, too.
# image summerwind/actions-runner-dind or custom one should be used with true -value
dockerdWithinRunnerContainer: false