Skip to content

Instantly share code, notes, and snippets.

@MortenDHansen
Last active July 16, 2019 17:31
Show Gist options
  • Save MortenDHansen/b409c75ba10b244e187a52c09b3f78a0 to your computer and use it in GitHub Desktop.
Save MortenDHansen/b409c75ba10b244e187a52c09b3f78a0 to your computer and use it in GitHub Desktop.
Fish Shell remove all stopped docker containers (rmdc)
function rmdc
docker rm (docker ps -a -q)
end
@KhaledMohamedP
Copy link

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment