|
|
||
|---|---|---|
| app | ||
| basic | ||
| cache-test | ||
| dockerignore | ||
| multistage | ||
| node_modules | ||
| os | ||
| README.md | ||
| package-lock.json | ||
| package.json | ||
README.md
Image Size Optimization Challenge (Node.js)
This project compares Docker image sizes and build times using different optimization techniques.
Techniques Used
- ✅ Basic Dockerfile
- ✅ Multi-stage Build
- ✅ Alpine vs Ubuntu Base Images
- ✅ .dockerignore Optimization
- ✅ Layer Caching Strategies