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 031634e commit 975a38cCopy full SHA for 975a38c
root/etc/s6-overlay/s6-rc.d/init-mod-universal-docker-in-docker-qemu/run
@@ -7,5 +7,6 @@ fi
7
8
if [[ $(uname -m) = "x86_64" ]]; then
9
echo "**** Enabling QEMU ****"
10
- exec docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
+ docker pull lscr.io/linuxserver/qemu-static
11
+ exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes
12
fi
0 commit comments