Podman vs. Docker: Comparing the Two Containerization Tools – Linode

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

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

    Container runtimes on macOS (and Linux) with minimal setup

    I'm using Colima ( https://github.com/abiosoft/colima ) and am very happy with it so far.

    Here's an article about it: How Colima is a good alternative to Docker Desktop ( https://kumojin.com/en/colima-alternative-docker-desktop/ )

    I'm using Colima together with DDEV ( https://ddev.com ) to create and run PHP projects (webserver + db) in containers. Clean, very easy to use, and fast.

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

    Linux virtual machines, with a focus on running containers

    I got fed up with Docker having a "Virtual machine service" using like 4GB of memory (while running no containers) on my 8GB Mac so I investigated what I thought would be "native" (arm64) Lima.

    I tried this k8s https://github.com/lima-vm/lima/blob/f7e7addab557da560da7146... example thinking it'd be a thin wrapper around QEMU.

    6gb+ usage RAM with nothing deployed lol

    The disconnect to me is weird. I'm pretty sure with qemu-system-aarch64, Debian/Alpine don't use more than 100-200mb of RAM sitting idle. Where does 6GB of RAM usage come from?

    Not that I think it's a great use of time to optimize for this whatsoever. I just thought it'd be a fun exercise.

  • matchhostfsowner

    Solves the Docker host filesystem owner matching problem

    I wrote a portable solution for the user ID mapping problem: https://github.com/FooBarWidget/matchhostfsowner

  • docker

    Docker - the open-source application container engine (by AkihiroSuda)

  • podman

    Podman: A tool for managing OCI containers and pods.

    https://github.com/containers/podman/commit/19f5a504ffb14709...

    Rootless Docker wasn't merged/released until Docker 19.03, though , but still it is already nearly 4 years old.

  • vm-bhyve

    Shell based, minimal dependency bhyve manager

    Sample config: https://github.com/churchers/vm-bhyve/blob/master/sample-tem...

    I use Jails to run applications like Postgres, Redis, Python api in an isolated environment. Jails is native FreeBSD, but isolated.

  • rd

    Container Management and Kubernetes on the Desktop

    https://github.com/rancher-sandbox/rancher-desktop/releases

    Then in Rancher Desktop you enable WSL integration as shown here:

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub 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

  • Colima in macOS

    1 project | dev.to | 26 Jun 2024
  • Lcl.host: fast, easy HTTPS in your local dev environment

    7 projects | news.ycombinator.com | 20 Mar 2024
  • Exploring 5 Docker Alternatives: Containerization Choices for 2024

    3 projects | dev.to | 18 Mar 2024
  • RamRamRamEveryoneSleepingOnDocker

    3 projects | /r/ProgrammerHumor | 7 Dec 2023
  • abiosoft/colima

    1 project | /r/programming | 4 Sep 2023

Did you konow that Go is
the 4th most popular programming language
based on number of metions?