About Docker capacity

Overview

I will summarize it as an output of Docker learning. This time about the capacity of Docker.

Pay attention to the capacity

When using Docker, the capacity of the hard disk of the PC may be used up to tens of gigabytes. Even if you delete an image or container, Docker may not be able to free up space because it keeps grasping the capacity that should have been deleted.

Workaround

You can free up space by following the steps below. At the terminal

docker system prune

You will be asked yes / no, so type yes and press Enter This is a command for cleaning garbage.

next Docker for Mac application Preference>Reset>Reset to factory defaults Select and reboot.

That's it.

Recommended Posts

About Docker capacity
About Java 10 Docker support
About simple operation of Docker
About Docker Hub pull limit
About =
docker
About Docker, disguise server and container
docker memo
About Kotlin
About attr_accessor
About Hinemos
kubernetes + docker
spring × docker
About params
About Rails 6
About form_for
About Spring ③
Docker basics
About enum
About Optional
About hashes
About JitPack
About Dockerfile
Docker installation
About this ()
About devise
About encapsulation
About JAVA_HOME
Docker command
About active_hash
About exceptions
Docker memorandum
Docker memorandum
About scope
[Maven] About Maven
(Almost about infrastructure) Read Docker textbooks for programmers. 1
Learn more about docker image and Dockerfile FROM
About the mechanism when displaying the GUI with Docker