Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Multistage Docker Build Project

A hands-on project demonstrating Docker multi-stage builds to create smaller, optimized container images.


🎯 What I Learned

  • How to use multi-stage builds in Docker
  • Reducing image size by separating build and runtime stages
  • Writing efficient Dockerfiles
  • Container optimization best practices

πŸ› οΈ Technologies Used

Docker Linux


πŸ“ Project Structure

β”œβ”€β”€ Dockerfile          # Multi-stage Dockerfile
β”œβ”€β”€ src/                # Application source code
└── ...

πŸš€ How to Run

# Build the image
docker build -t multistage-app .

# Run the container
docker run -p 3000:3000 multistage-app

πŸ“š Resources

This project was built as part of my training at CoderTech Africa.


Part of my DevOps learning journey ☁️

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages