Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 606 Bytes

File metadata and controls

21 lines (12 loc) · 606 Bytes

About

Some notes on Docker

Clean up all dangling data

From: https://stackoverflow.com/a/32723127

docker system prune

This deletes all dangling data, so please be careful before using it.

overlay2 taking up a lot of disk space

The directory /var/lib/docker/overlay2 can take up a lot of disk space. There seems to be little way for Docker to prune it, so be prepared to invest in more disk space for it.