From 7c548125ed3a30cab3f296e709032cda2c859a5c Mon Sep 17 00:00:00 2001 From: Tracey Jaquith Date: Fri, 23 Feb 2024 11:04:46 -0800 Subject: [PATCH] hmmm --- bin/entrypoint.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/entrypoint.sh b/bin/entrypoint.sh index 30c3f2c..2471367 100755 --- a/bin/entrypoint.sh +++ b/bin/entrypoint.sh @@ -18,8 +18,7 @@ if [ ! -e $CONFIG ]; then else ARGS+=(--net=host) fi - # the --net=host seems to be needed to be run legit *outside* the container (and/or manually!?) xxx - podman run $ARGS --privileged -v /var/lib/containers:/var/lib/containers --net=host --cgroupns=host --restart=unless-stopped --name hindup -v /pv/CERTS:/root/.local/share/caddy -d hind > /dev/null + podman run $ARGS --privileged -v /var/lib/containers:/var/lib/containers --cgroupns=host --restart=unless-stopped --name hindup -v /pv/CERTS:/root/.local/share/caddy -d hind > /dev/null if [ ! $FIRST ]; then