-
[Deploy a Private Docker Registery (from Docker Site)] (https://docs.docker.com/registry/deploying/)
- NOTE: Only do this onto ONE VM (not all)
- Docker Documentation
- Docker Cheat Sheet
- DockerFile Best Practices
- ContainerTutorials.com
- Managing Data with Docker
- Docker OverlayFS
- What a Linux Container Really: Namespaces and cgroups
- 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
-
Docker Basics
-
Docker Repository (Local)
-
Docker Registry (Private)