Skip to content

Compare the size differences between using docker multi-stage and not

Notifications You must be signed in to change notification settings

reicheltp/docker-multistage-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Multi-Stage Samples

Minimize your docker images with multi-stage Dockerfiles. This Repo contains several examples created for the Docker Meetup in Berlin.

Each folder contains a Dockerfile for multi-stage build and normal/fat build, each for alpine and debian.

Every project is a simple HTTP server serving: { message: "Hallo Docker Berlin! 🐳" } as JSON. We use popular frameworks on each platform.

Run ./show-me.sh to build all containers and display the image sizes.

About

Compare the size differences between using docker multi-stage and not

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published