An open API service indexing awesome lists of open source software.

https://github.com/raravindds/multistagedockerbuildpratice


https://github.com/raravindds/multistagedockerbuildpratice

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# MultiStageDockerBuildPratice

# Distorless Image
- https://github.com/GoogleContainerTools/distroless

## commands
```bash
docker build -t withmultistage .
docker build -t withoutmultistage .
docker images | head -1
```