Post

Clean-up docker

Introduction

A problem I have ran into many of times on docker host when trying to prune them is the overlays2 folder still contains large amounts of data. Running the correct prune command when on the latest version of docker seems to do the trick.

Steps

  1. Updated to the latest version of docker
  2. Run the below command.
    1
    
     docker system prune -a -f
    
This post is licensed under CC BY 4.0 by the author.