What are your Dockerfile best practices? And which ones are harder to implement?

This page summarizes the projects mentioned and recommended in the original post on /r/docker

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • distroless

    🥑 Language focused docker images, minus the operating system.

  • This: https://github.com/GoogleContainerTools/distroless

  • image-spec

    OCI Image Format

  • Implement image annotations defined at https://github.com/opencontainers/image-spec/blob/master/annotations.md . You'll thank yourself when you find some important container running somewhere and nobody can figure out where it came from, or which specific version it was. Fully labeling your containers at build time gives you very useful breadcrumbs as to whence it came.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • aws-cli v2: how much smaller can it get? Answer: a lot smaller :)

    5 projects | dev.to | 19 Mar 2023
  • Distroless Alpine

    4 projects | dev.to | 10 May 2022
  • Understanding Buildpacks in Cloud Native Buildpacks

    1 project | dev.to | 22 Apr 2024
  • The transitory nature of MLOps: Advocating for DevOps/MLOps coalescence

    2 projects | dev.to | 25 Mar 2024
  • Exploring 5 Docker Alternatives: Containerization Choices for 2024

    3 projects | dev.to | 18 Mar 2024