Posts tagged with Docker


Unit testing Docker images with Google Container Structure Tests When engineering a new Docker image, it can be difficult to ensure the Dockerfile instructions are accurate and working as we intended. Instead of discovering errors/…

5 tips to reduce Docker image size Docker images can quickly weight 1 or more GB.  Although the gigabyte price is decreasing, keeping your Docker images light will bring some benefits. This post will give…