The Need for Slimmer Containers

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
  • docker-to-linux

    Make bootable Linux disk image abusing Docker

  • Containers for sure aren't a replacement for VMs. And indeed, VMs still have and will have legitimate use cases. There is actually a relatively simple way to turn a container into a VM. Maybe you'll find it useful https://iximiuz.com/en/posts/from-docker-container-to-bootab...

  • For testing purposes, you can create container environments that are similar to VMs.

    The way I do it, is to use ansible playbooks, where the individual tasks can be run either on a VM or in a container, depending on my needs (one example https://github.com/raesene/container_sec_workstation)

  • 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
  • mallocng-draft

    Working draft of nextgen malloc implementation for musl libc

  • It seems like it's usually down to musl's malloc being slower than glibc's. They are working on a new malloc. https://github.com/richfelker/mallocng-draft

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

  • GitHub - iximiuz/docker-to-linux: Make bootable Linux disk image abusing Docker

    1 project | /r/coolgithubprojects | 6 Jan 2023
  • Can Hashicorp Packer also create an ISO image with the docker plugin?

    1 project | /r/hashicorp | 11 May 2022
  • Iximiuz/Docker-to-Linux: Make bootable Linux disk image abusing Docker

    1 project | news.ycombinator.com | 11 Apr 2021
  • Linux From Docker. Build custom Linux iso with Docker

    1 project | /r/osdev | 18 Nov 2021
  • Colima: Container runtimes on macOS (and Linux) with minimal setup

    5 projects | news.ycombinator.com | 17 May 2023