Uncategorized
Reusable Makefile to build and release Docker Images Mark van Holsteijn 13 Oct, 2017
Using the basic Dockerfile syntax it is quite easy to create a fully functional Docker image. But if you just start adding commands to the Dockerfile the resulting image can become unnecessary big. This makes it harder to move the image around.
A few basic actions can reduce this significantly.