We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68f309c commit 24aa6f5Copy full SHA for 24aa6f5
build.sh
@@ -34,6 +34,10 @@ fi
34
35
echo -e "\n\n"
36
echo "====================================="
37
+echo "==> Created local image:"
38
+podman images | head -1
39
+podman images | grep "$IMG"
40
+echo
41
echo "==> Run new container with Packet Trancer and shared volume '/home/share' from host as '/SHARE' inside container:"
42
echo "podman run --name $CONT -dt -e DISPLAY -v /home/share:/SHARE:Z -v /tmp/.X11-unix:/tmp/.X11-unix --security-opt label=type:container_runtime_t $IMG"
43
echo
0 commit comments