Files
tldr/pages.tr/common/docker-system.md
2024-09-28 11:49:55 +02:00

37 lines
822 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 system
> Docker verilerini yönet ve sistem bilgisi görüntüle.
> Daha fazla bilgi için: <https://docs.docker.com/reference/cli/docker/system/>.
- Yardım göster:
`docker system`
- Docker disk kullanımını göster:
`docker system df`
- Disk kullanımı üzerine detaylı bilgi göster:
`docker system df --verbose`
- Kullanılmayan veriyi sil:
`docker system prune`
- Kullanılmayan ve geçmişte birden çok kez oluşturulan veriyi sil:
`docker system prune --filter "until={{saat}}h{{dakika}}m"`
- Docker deamon'dan tam-zamanlı eylemleri görüntüle:
`docker system events`
- Geçerli JSON satırları olarak yayınlanan konteynerleden tam-zamanlı eylemleri göster:
`docker system events --filter 'type=container' --format '{{json .}}'`
- Sistem bilgisi göster:
`docker system info`