From 544256f5ce6e41e5cdfcbe63fff3b1ded6279185 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Busse?= Date: Wed, 28 Jun 2023 13:24:58 +0000 Subject: [PATCH] Add --privileged flag for now This was not needed in the past, we should be able to do without --- run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run.sh b/run.sh index e4609c4..8ccda4f 100755 --- a/run.sh +++ b/run.sh @@ -51,4 +51,5 @@ ${executor} run -e XDG_RUNTIME_DIR=/tmp \ -p${LISTEN_ADDRESS}:5910:5910 \ -p${LISTEN_ADDRESS}:7000:7000 \ -p${LISTEN_ADDRESS}:7023:7023 \ + --privileged \ ${CONTAINER}