Skip to content

Commit 24aa6f5

Browse files
committed
shows create image when done
1 parent 68f309c commit 24aa6f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ fi
3434

3535
echo -e "\n\n"
3636
echo "====================================="
37+
echo "==> Created local image:"
38+
podman images | head -1
39+
podman images | grep "$IMG"
40+
echo
3741
echo "==> Run new container with Packet Trancer and shared volume '/home/share' from host as '/SHARE' inside container:"
3842
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"
3943
echo

0 commit comments

Comments
 (0)