Go docker images: small and simple
A guide to creating minimal, secure Docker images for Go applications using multi-stage builds and static linking.
A guide to creating minimal, secure Docker images for Go applications using multi-stage builds and static linking.
A guide to optimizing .NET Core Docker image size using multi-stage builds and assembly trimming for a replication tool.
Final part of a series on advanced Docker image optimization techniques, covering base image standardization, binary stripping, and specialized tools.
Part 2 of a guide on creating minimal Docker images, focusing on Go, Alpine, and other languages like Java and Python.
Explores techniques to reduce Docker image size, starting with multi-stage builds, static vs. dynamic linking, and introducing Alpine Linux.
Learn how to prevent secrets like SSH keys and API tokens from being leaked into your final Docker images using multi-stage builds and secrets management.
A guide to using Docker multi-stage builds and docker-compose for efficient containerization of Go web server projects.
A technical guide on optimizing Docker multi-stage builds for ASP.NET Core to reduce build times by caching dependency restoration.
A tutorial on building an ASP.NET Core Echo Server and creating an optimized Docker image using multi-stage builds.