aboutsummaryrefslogtreecommitdiff
path: root/full_test_with_podman.sh
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-07-01 05:10:55 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-07-01 05:10:55 +0300
commita40e07d1ef1d5b57973630715cecc489925b12c5 (patch)
tree9fbeb743405184b33d5f4a6d3a67648abf3bcf59 /full_test_with_podman.sh
parent98af59585b378fddfb135a28ca499fa23df8d0ac (diff)
downloadarching-kaos-tools-a40e07d1ef1d5b57973630715cecc489925b12c5.tar.gz
arching-kaos-tools-a40e07d1ef1d5b57973630715cecc489925b12c5.tar.bz2
arching-kaos-tools-a40e07d1ef1d5b57973630715cecc489925b12c5.zip
new: ak cjdns --help - cjdns helper
Diffstat (limited to 'full_test_with_podman.sh')
-rwxr-xr-xfull_test_with_podman.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/full_test_with_podman.sh b/full_test_with_podman.sh
index 8948ec7..517175e 100755
--- a/full_test_with_podman.sh
+++ b/full_test_with_podman.sh
@@ -5,7 +5,7 @@ then
tag="$(bash ./test_with_podman.sh "$1" | tail -n 2 | head -n 1 | cut -d ' ' -f 3)"
name="$(echo -n $tag | cut -d ':' -f 1 | cut -d '/' -f 2)"
container="akt-test-$name"
- podman run --name $container -d -p 8620:8610 $tag
+ podman run --name $container -d -p 8620:8610 --cap-add=NET_ADMIN --device /dev/net/tun $tag
podman exec -it $container bash
podman container stop $container
podman container rm $container