Files
tldr/pages.tr/common/docker-rmi.md

21 lines
413 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# docker rmi
> Bir veya daha fazla Docker imgesini sil.
> Daha fazla bilgi: <https://docs.docker.com/engine/reference/commandline/rmi/>.
- Yardım göster:
`docker rmi`
- Bir veya daha fazla imgeyi isimlerini belirterek sil:
`docker rmi {{imge1 imge2 ...}}`
- Bir imgeyi zorla sil:
`docker rmi --force {{imge}}`
- Bir imgeyi etiketlenmemiş ana yollarını silmeden sil:
`docker rmi --no-prune {{imge}}`