Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 235 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 235 Bytes

Better containers example

Create better containers using this rules:

  • Build upon a minimal base image (Alpine, Google distroless).
  • Use multi-stage builds.
  • Create containers with statically linked applications.