We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d28b69 commit c629ed3Copy full SHA for c629ed3
bin/dind.sh
@@ -12,6 +12,7 @@ case "${arch}" in
12
echo "deb [arch=${arch} signed-by=/etc/apt/keyrings/docker.gpg] https://download.docker.com/linux/${ID} ${VERSION_CODENAME} stable" > /etc/apt/sources.list.d/docker.list
13
${AG} update
14
${AG} install docker-ce
15
+ mv "${BUILD_DIR}/docker.init.d" /etc/init.d/docker
16
;;
17
i386)
18
${AG} install docker.io
0 commit comments