rootless-dind-dockerfile: Add comment about installation path

This commit is contained in:
Yusuke Kuoka 2022-09-23 05:15:22 +00:00
parent 41bae32a9f
commit f3fcb428ae
1 changed files with 1 additions and 0 deletions

View File

@ -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