From f3fcb428ae56ee0a526cfffd35b7b24acd6e6704 Mon Sep 17 00:00:00 2001 From: Yusuke Kuoka Date: Fri, 23 Sep 2022 05:15:22 +0000 Subject: [PATCH] rootless-dind-dockerfile: Add comment about installation path --- runner/actions-runner-dind-rootless.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/runner/actions-runner-dind-rootless.dockerfile b/runner/actions-runner-dind-rootless.dockerfile index 88bbc54e..6ef361cd 100644 --- a/runner/actions-runner-dind-rootless.dockerfile +++ b/runner/actions-runner-dind-rootless.dockerfile @@ -133,6 +133,7 @@ USER runner # Docker installation ENV SKIP_IPTABLES=1 +# This will install docker under $HOME/bin according to the content of the script RUN curl -fsSL https://get.docker.com/rootless | sh # Docker-compose installation