Prune containers after update as well

This commit is contained in:
Wojciech Kozlowski 2018-12-18 18:39:20 +00:00
parent fc11f75dfc
commit 863ae68a18

View File

@ -39,4 +39,5 @@ service loki-server start
echo -e "${CYAN}[${SCRIPT}] Remove untagged images${NC}"
docker container prune -f
docker image prune -f