Explore >> Select a destination


You are here

bhupesh.me
| | enix.io
2.3 parsecs away

Travel
| | This serie of articles deals with solutions for Docker image size optimization. In this first part, we talk about *multi-stage build*. We also explain differences between static and dynamic libraries and why it matters. We also describe the use of the famous Alpine Linux distribution.
| | www.augmentedmind.de
3.4 parsecs away

Travel
| | Learn to optimize the Docker image size, e.g. via small base images, multi-stage builds, consolidation of RUN statements, or using docker-slim.
| | some-natalie.dev
5.3 parsecs away

Travel
| | Some containers are big, but reliably reducing their size isn't difficult or complicated. Let's start simple by tidying our container's build steps.
| | www.e4developer.com
17.6 parsecs away

Travel
| Spring Cloud Data Flow requires quite a few dependencies in order to run it. In this blog post, I will show you Docker Compose tool and how it can be used to...