DockerSlim – Optimize Your Containerized App Dev Experience

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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
  • 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)

  • examples

    Minified application examples with different languages and stacks for DockerSlim (by slimtoolkit)

  • What kind of images do you have? App images or base images? What's the stack for your image if it's an app image? Is it a server app or a cli app? Do you mind sharing your failures?

    By the way, have you looked at the examples? https://github.com/docker-slim/examples Wonder which example is close enough to what you have.

    Depending on the command you choose (e.g., "build" or "xray") it's doing different things. With "xray" it's all static analysis where it saves the images and then it analyses it internals. With "build" it performs static and dynamic analysis where it creates a temporary instance of your container. By default, it assumes it's a server app and it'll try to probe your server app when it's running.

  • 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

  • Optimize Your Containerized App with SlimToolkit

    2 projects | dev.to | 7 May 2024
  • Is updating software in Docker containers useful?

    1 project | /r/selfhosted | 6 Dec 2023
  • package a poetry project in a docker container for production

    1 project | dev.to | 30 Jan 2023
  • DockerSlim - Optimize Your Containerized App Dev Experience. Better, Smaller, Faster, and More Secure Containers Doing Less! Minify Docker Images by up to 30x.

    1 project | /r/programming | 10 Nov 2022
  • How to optimize docker image size?

    1 project | /r/docker | 24 Aug 2022