Disk Management ubuntudebiancentos beginner

Clean Docker Disk

Clean up stopped containers, dangling images, and unused networks

Overview

Clean up stopped containers, dangling images, and unused networks

Commands

This will clean up Docker unused data, continue?

docker system prune -f

Use Cases

Regularly clean up when Docker’s disk footprint becomes too large.

Prerequisites

Docker is installed.