How to minimize your Docker image. 5 tips and tricks. Example of minifying from 328MB to 56MB.
You can be surprised how much disk space Docker images can consume. In this article we will look at several ways of how to minimize your Docker image. We will build an image with Dante socks server as an example. Dante will not be installed from binary packages, but will be compiled by ourselves inside …