Skip to content

Commit

Permalink
integration: Prune images after loading from file or pulling (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
phlax authored Dec 15, 2020
1 parent 4d90bb6 commit 74fab1c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions integration/bin/start-playground.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ else
exit 1
fi

echo ">>> Clearing Docker"
docker system prune -f
docker volume prune -f
docker image prune -f
echo

echo ">>> Current Docker images"
docker images
Expand Down

0 comments on commit 74fab1c

Please sign in to comment.