Skip to content

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

3 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages