Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.17 KB

File metadata and controls

57 lines (40 loc) · 2.17 KB

Docker Containers

Installing Docker

External Links

Tutorial that we are following

Understanding Docker Garbage Collection

  • Innevitably early docker users find that their disks are filling
  • It is important to understand:
    • What remains on disk when containers terminate?
    • What lingers in your local repository?
    • What lingers in your Docker registries?
  • See some of the scripts (below) .
    • There are useful scripts for exploring/understanding what is going on
    • There are useful scripts for cleaning up your disks/registries

Gerry's Docker Scripts