mirror of
https://github.com/simon987/scripts.git
synced 2025-12-13 23:39:05 +00:00
initial commit
This commit is contained in:
3
docker_remove_exited
Executable file
3
docker_remove_exited
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
docker ps -a | grep Exit | cut -d ' ' -f 1 | xargs docker rm
|
||||
Reference in New Issue
Block a user