Handy docker shortcuts

Add these to your local ~/.profile

alias docker-rm='docker rm `docker ps -aq -f status=exited`'
alias docker-rm-all='docker rm `docker ps -aq`'

 

Gareth
Buy Me A Coffee
back arrowBack to Index