Skip to content

Commit

Permalink
Use custom docker init script on amd64 to fix issue setting ulimits.
Browse files Browse the repository at this point in the history
  • Loading branch information
gizmoguy committed Jan 26, 2024
1 parent 6d28b69 commit c629ed3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/dind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ case "${arch}" in
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
${AG} update
${AG} install docker-ce
mv "${BUILD_DIR}/docker.init.d" /etc/init.d/docker
;;
i386)
${AG} install docker.io
Expand Down

0 comments on commit c629ed3

Please sign in to comment.