#containers
Smaller Docker Images & Faster Builds
Sep 02, 2019
When running docker and building your images they can get quite large and take a lot of space on your server/registry.
Docker Images Intro
Jul 25, 2019
Docker containers are portable encapsulations of an environment to run applications. To run a container you need a Docker image. So, what is a docker image?