Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 226 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 226 Bytes

dkrm

Force stop and remove all containers, an alias for docker rm -f $(docker ps -a -q)

Installation

curl https://raw.githubusercontent.com/joshwyatt/dkrm/master/dkrm >> ~/.bash_profile && source ~/.bash_profile