Skip to content

Commit

Permalink
docker clean script
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Feb 9, 2017
1 parent a9d70a7 commit b93fee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions bin/docker_clean.bash
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
docker rmi $(docker images -a -q)

0 comments on commit b93fee9

Please sign in to comment.