mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-18 08:48:27 -04:00
Merge pull request #988 from linuxserver/universal-docker-in-docker-qemu
switch to lsio qemu-static
This commit is contained in:
@@ -5,7 +5,6 @@ if [[ $(uname -m) = "armv7l" ]]; then
|
|||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ $(uname -m) = "x86_64" ]]; then
|
echo "**** Enabling QEMU ****"
|
||||||
echo "**** Enabling QEMU ****"
|
docker pull lscr.io/linuxserver/qemu-static
|
||||||
exec docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes
|
||||||
fi
|
|
||||||
|
|||||||
Reference in New Issue
Block a user