Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "Update docker-purge.sh for update"
  • Loading branch information
Alessio Fabiani committed Jul 22, 2021
1 parent 121d912 commit ec35b61
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docker-purge.sh
@@ -1,2 +1 @@
sudo chmod 666 /var/run/docker.sock
docker kill $(docker ps -q); docker rm $(docker ps -a -q); docker rmi $(docker images -q); docker volume ls -qf dangling=true | xargs -r docker volume rm; docker system prune -a
docker kill $(docker ps -q); docker rm $(docker ps -a -q); docker rmi $(docker images -q); docker volume ls -qf dangling=true | xargs -r docker volume rm; docker system prune -a

0 comments on commit ec35b61

Please sign in to comment.