mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-06-15 04:43:01 -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
|
||||
fi
|
||||
|
||||
if [[ $(uname -m) = "x86_64" ]]; then
|
||||
echo "**** Enabling QEMU ****"
|
||||
exec docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
||||
fi
|
||||
echo "**** Enabling QEMU ****"
|
||||
docker pull lscr.io/linuxserver/qemu-static
|
||||
exec docker run --rm --privileged lscr.io/linuxserver/qemu-static --reset -p yes
|
||||
|
||||
Reference in New Issue
Block a user