This commit is contained in:
Jackson Delahunt 2019-02-26 15:08:18 +11:00
parent b5192162f0
commit 7a3c1f22a9

View file

@ -6,5 +6,6 @@ export $($REPO_ROOT/docker/scripts/environment.sh)
# Remove all non desktop environment containers
docker ps -a | \
grep -v " $DESKTOP_ENVIRONMENT_CONTAINER" | \
grep -v "CONTAINER " | \
cut -b 1-20 | \
xargs docker rm -f