Switch from guestmount / libguestfs to loop device

Downside is that the container needs to be in privileged mode during installation
This commit is contained in:
Kroese
2023-03-30 03:16:32 +02:00
parent 5cef36ee6d
commit a3edaf355a
3 changed files with 48 additions and 58 deletions

1
run.sh
View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash
set -eu
/run/server.sh 5000 > /dev/null &