This website requires JavaScript.
Explore
Help
Sign In
ilya.muhortov
/
medicine-config
Watch
1
Star
0
Fork
You've already forked medicine-config
0
Code
746fae3f28
medicine-config
/
scripts
/
docker-cleanup.sh
4 lines
61 B
Bash
Executable File
Raw
Blame
History
#!/bin/sh
docker rmi
$(
docker images -f
"dangling=true"
-q
)
View Git Blame
Copy Permalink