Skip to content

Commit

Permalink
hmmm
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Feb 23, 2024
1 parent e86f3b9 commit 7c54812
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c54812

Please sign in to comment.