Skip to content

Commit

Permalink
Enable docker stop
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Oct 14, 2024
1 parent 27d4d50 commit b9fa8e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/modules/docker/docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function docker_teardown() {
echo
for container in $(docker ps -a -q --filter name="${UUID}"); do
echo -n " - Stopping and removing container "
echo docker stop "${container}" | xargs docker rm --volumes
docker stop "${container}" | xargs docker rm --volumes
done
echo "============================================================================"
echo ">>> stopsection <<<"
Expand Down

0 comments on commit b9fa8e5

Please sign in to comment.