Multi-stage builds can help you save gigabytes in Docker images
This is a short article that may help you significantly reduce your docker images size. It is based on my experience optimizing the front… (more…)
Read more »If you use the official docker image for php and want to modify e.g. max_post_body_size, you might come to theconclusion that adding a custom php.ini might be the only solution.In terms of the 12factor app manifest, this is kind of disappointing, since… Read more