aboutsummaryrefslogtreecommitdiff
path: root/full_test_with_podman.sh
diff options
context:
space:
mode:
Diffstat (limited to 'full_test_with_podman.sh')
-rwxr-xr-xfull_test_with_podman.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/full_test_with_podman.sh b/full_test_with_podman.sh
index 4412041..3d30acb 100755
--- a/full_test_with_podman.sh
+++ b/full_test_with_podman.sh
@@ -7,6 +7,7 @@ then
container="akt-test-$name"
podman run --name $container -d $tag
podman exec -it $container bash
+ podman container stop $container
podman container rm $container
else
echo "Provide one of the following distros as an argument to work with"