We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db69a3 commit 7f1357dCopy full SHA for 7f1357d
ci/test/04_install.sh
@@ -31,7 +31,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
31
32
if [ -n "${RESTART_CI_DOCKER_BEFORE_RUN}" ] ; then
33
echo "Restart docker before run to stop and clear all containers started with --rm"
34
- systemctl restart docker
+ podman container kill --all # Similar to "systemctl restart docker"
35
echo "Prune all dangling images"
36
docker image prune --force
37
fi
0 commit comments