Explore >> Select a destination


You are here

davidalfonso.es
| | www.augmentedmind.de
10.3 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.
| | pythonspeed.com
7.7 parsecs away

Travel
| | Use the docker history command to understand how a Docker image is constructed, why an image is too big, and how Dockerfile commands work.
| | some-natalie.dev
11.1 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.claudiobernasconi.ch
71.0 parsecs away

Travel
| Minimal APIs allow you to create HTTP APIs with minimal dependencies and a minimal number of files. Learn about Minimal APIs.