Skip to content

Commit

Permalink
Remove all containers that belongs to some previous run of mini-lab
Browse files Browse the repository at this point in the history
  • Loading branch information
robertvolkmann committed Aug 1, 2024
1 parent 0e7c0a8 commit eca3c9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ci-cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ if [ ! -z "$running_containers" ]; then
fi

make cleanup

# Remove left overs
docker container rm --force $(docker container list --all --filter label=containerlab=mini-lab --quiet)

0 comments on commit eca3c9b

Please sign in to comment.