Docker cleanup script
This commit is contained in:
parent
d1dd4c98e9
commit
5071de41d7
1 changed files with 3 additions and 0 deletions
3
docker-clean.sh
Normal file
3
docker-clean.sh
Normal file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
docker stop $(docker ps -a -q)
|
||||
docker rm $(docker ps -a -q)
|
Loading…
Add table
Add a link
Reference in a new issue