Skip to content

Instantly share code, notes, and snippets.

@ahmettek
Created August 28, 2018 06:24
Show Gist options
  • Save ahmettek/71aa2e82c2fad91c45086f1d1d76f657 to your computer and use it in GitHub Desktop.
Save ahmettek/71aa2e82c2fad91c45086f1d1d76f657 to your computer and use it in GitHub Desktop.
Tüm Containerları Durdur
- docker stop $(docker ps -aq)
Tüm Containerları Sil
- docker rm $(docker ps -aq)
Tüm Imageları Sil
- docker rmi $(docker images -q)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment