From 6ce6737f61e5b24c8149528f5d069ebfcd591c74 Mon Sep 17 00:00:00 2001 From: Shinnosuke Sawada <6warashi9@gmail.com> Date: Tue, 17 Nov 2020 09:31:34 +0900 Subject: [PATCH] add dockerEnabled document (#193) Follow-up for #191 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf98bde9..4d2d86b3 100644 --- a/README.md +++ b/README.md @@ -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