Tips for reducing Docker image size

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • pkg

    Discontinued Package your Node.js project into an executable

    package the app using https://github.com/vercel/pkg and use a smaller base image like alpine, busybox or even scratch (if possible)

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • Lean and Mean Docker containers

    Slim(toolkit): Don't change anything in your container image and minify it by up to 30x (and for compiled languages even more) making it secure too! (free and open source)

    What about https://github.com/slimtoolkit/slim?

  • dive

    A tool for exploring each layer in a docker image

    I like this tool: https://github.com/wagoodman/dive

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

  • Compile your NodeJS application to single file executable

    1 project | dev.to | 9 Jun 2024
  • [Question] How does Node-RED compile a flow?

    1 project | /r/nodered | 21 Jun 2023
  • Making standalone exe

    1 project | /r/node | 9 Apr 2023
  • How do I export/distribute a Node.js command line application?

    2 projects | /r/node | 8 Mar 2023
  • Creating Safer Containerized PHP Runtimes with Wolfi

    3 projects | dev.to | 3 Mar 2023