aboutsummaryrefslogtreecommitdiff
path: root/run-docker.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run-docker.sh')
-rwxr-xr-xrun-docker.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/run-docker.sh b/run-docker.sh
deleted file mode 100755
index bafba09..0000000
--- a/run-docker.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-# Copyright (c) 2026 Arslaan Pathan
-# This software is licensed under the ARPL. See LICENSE for details.
-
-echo "installing binfmt hooks because ALARM is bad and it keeps breaking on reboot"
-echo -1 | sudo tee /proc/sys/fs/binfmt_misc/qemu-x86_64
-docker run --privileged --rm tonistiigi/binfmt --install amd64
-
-echo "actually running alpine"
-docker run -it --mount type=bind,src=$(dirname "$0"),target=/workspace --platform linux/amd64 --rm alpine:latest