mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-30 13:58:41 +08:00
rootless-dind-dockerfile: Add comment about installation path
This commit is contained in:
@@ -133,6 +133,7 @@ USER runner
|
|||||||
|
|
||||||
# Docker installation
|
# Docker installation
|
||||||
ENV SKIP_IPTABLES=1
|
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
|
RUN curl -fsSL https://get.docker.com/rootless | sh
|
||||||
|
|
||||||
# Docker-compose installation
|
# Docker-compose installation
|
||||||
|
|||||||
Reference in New Issue
Block a user