We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71f626e commit de56daaCopy full SHA for de56daa
ci/test/04_install.sh
@@ -40,7 +40,7 @@ if [ -z "$DANGER_RUN_CI_ON_HOST" ]; then
40
41
if [ -n "${RESTART_CI_DOCKER_BEFORE_RUN}" ] ; then
42
echo "Restart docker before run to stop and clear all containers started with --rm"
43
- systemctl restart docker
+ podman container kill --all # Similar to "systemctl restart docker"
44
echo "Prune all dangling images"
45
docker image prune --force
46
fi
0 commit comments