Skip to content

Commit

Permalink
Merge pull request #302 from beelzetron/feature/clean-podman-exited-c…
Browse files Browse the repository at this point in the history
…ontainers

Avoid exited containers proliferation using pattern.sh script
  • Loading branch information
mbaldessari authored Apr 27, 2023
2 parents 90602fc + d1cf543 commit cc44bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pattern-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fi

# Do not quote the ${KUBECONF_ENV} below, otherwise we will pass '' to podman
# which will be confused
podman run -it \
podman run -it --rm \
--security-opt label=disable \
${KUBECONF_ENV} \
-v "${HOME}":"${HOME}" \
Expand Down

0 comments on commit cc44bff

Please sign in to comment.