compose-spec VS Podman Desktop

Compare compose-spec vs Podman Desktop and see what are their differences.

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
compose-spec Podman Desktop
24 32
2,064 4,138
2.2% 2.8%
8.3 10.0
2 days ago 7 days ago
Dockerfile TypeScript
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

compose-spec

Posts with mentions or reviews of compose-spec. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-30.
  • One Minute: Compose
    4 projects | dev.to | 30 Mar 2024
    Specification: https://compose-spec.io
  • Podman Desktop v1.5 with Compose onboarding and enhanced Kubernetes pod data
    11 projects | news.ycombinator.com | 3 Nov 2023
    https://github.com/compose-spec/compose-spec/blob/master/spe...
  • How “It works in my machine” turns to “It works in my container”
    1 project | news.ycombinator.com | 26 Jul 2023
    There are a number of incorrect statements in this post.

    1) One should neither be using the "latest" nor just the "version" tag as the version can still vary depending on when it is pulled.

    Instead, one should use a combination of version + hash, say alpine:3.18.2@sha256:82d1e9d7ed48a7523bdebc18cf6290bdb97b82302a8a9c27d4fe885949ea94d1 for reproducibility reasons. This provides for human readable versions as well as the specific hash.

    2) Next, afaik, Compose has removed the need for version tags. All of the compose.yml files that I now use do not specify versions.

    See https://github.com/compose-spec/compose-spec/blob/master/04-...

  • Telegraf Deployment Strategies with Docker Compose
    2 projects | dev.to | 21 Jul 2023
    Docker Compose v2 specifications provide a useful Secrets feature which may also be used for standalone Compose Application Stacks and not just in Docker Swarm mode. With Docker Secrets the environment variables that contain credentials for other subsystems are mounted into the Telegraf Container as files. These secret files are read through the Docker Secret Store plugin and passed to the respective plugins in a relatively safe manner. By using the Docker Secret Store Plugin, one can also avoid credentials that were previously visible via environment variables, to be now hidden behind runtime secret files within the container. Standard Method with Environment Variables As an example, it is possible to pass the credentials to a plugin via the environment variable placeholder in a telegraf configuration file where the credentials for a plugin exist in a .env file (e.g. MQTT input Plugin)
  • Some options missing for me.
    1 project | /r/Ombi | 13 Jun 2023
    also the docker-compose.yml file is very picky about what you have in it and where. Please read this so you know how to format it https://github.com/compose-spec/compose-spec/blob/master/spec.md
  • Persistent Volume Claim Volume Specific Options?
    2 projects | /r/podman | 4 Jun 2023
    As part my quadlet helper tool, podlet, I'm adding functionality to convert compose files into k8s yaml to use with quadlet as an alternative to creating a bunch of separate quadlet files, which I've also added functionality for. So I would like to be able to transform the options on compose volumes into k8s yaml. For example, using the volume.podman.io/driver annotation to change the volume driver for a specific volume if possible.
  • New Docker Goodies: Init and Watch
    3 projects | dev.to | 2 May 2023
    If you find this helpful feature, please leave your feedback and suggestions here.
  • When I create a docker-compose file to deploy multiple containers, do the different versions of each compose file matter?
    1 project | /r/docker | 12 Feb 2023
    The compose spec will give what you need. https://github.com/compose-spec/compose-spec/blob/master/spec.md
  • Why Does Everything Say Docker Compose is Deprecated / Dead?
    5 projects | /r/docker | 31 Aug 2022
    Indeed, as per the compose-spec a lot of what was version specific is going away
  • A compose file visualization tool that follows compose-spec and allows you to gernerate graph in several formats.
    2 projects | /r/docker | 27 May 2022
    Hello everyone, I just made a tool to visualize compose files, and all the parsing rules follow the [compose-spec](https://github.com/compose-spec/compose-spec/blob/master/spec.md). I hope this tool will help you :D

Podman Desktop

Posts with mentions or reviews of Podman Desktop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-05.
  • Ahoy! 🦭 Podman Desktop v1.5.2 is ship-shape and ready to board! 🛥️
    2 projects | /r/podman | 5 Nov 2023
    A new, search-driven command palette is now available to enable quick access to various commands available across 🦭 Podman Desktop. You can try this new tool out by hitting the F1 key. #4081 && #3979
  • Podman Desktop v1.5 with Compose onboarding and enhanced Kubernetes pod data
    11 projects | news.ycombinator.com | 3 Nov 2023
    Please share this experience and what went wrong with the postman team. It is the only way things can improve.

    You don’t have to solve the problem. Just state your problem. If you need inspiration, here is an example: https://github.com/containers/podman-desktop/issues/868

  • Reasons to Drop Docker for Podman
    6 projects | news.ycombinator.com | 6 Aug 2023
    I wanted to try a while ago so I downloaded Podman Desktop, but I couldn't get past the initial setup due to issues in the desktop app. I was able to reproduce this on two or three Macs, can't recall exactly.

    It has been a long-standing issue but seems as though it is on its way to resolution: https://github.com/containers/podman-desktop/issues/1633.

    I am waiting for a few months to make sure it is all sorted and will try again to see if it works then.

  • Podman Desktop 1.2 Released: Compose and Kubernetes Support
    6 projects | news.ycombinator.com | 14 Jul 2023
    I'm not happy with Podman Desktop's Svelte GUI.

    Antd or MUI (React) feel much more mature.

    But they are working on it.

    https://github.com/containers/podman-desktop/pull/2863

  • LXD is now under Canonical
    2 projects | /r/linux | 4 Jul 2023
    I don't know if that's really a core difference from podman. Assuming I track your meaning Podman has GUI management as well and it can be made to integrate with system and can produce Kubernetes manifests from the pods you define locally.
  • A new version of Podman Desktop is out: v1.1
    2 projects | /r/podman | 10 Jun 2023
    Optional extensions will follow their own lifecycle and update independently from Podman Desktop. As of this release you'll be able to see when there is an update available and install from within Podman Desktop #2655.
  • A new version of Podman Desktop is out: v0.15.0
    2 projects | /r/podman | 4 May 2023
    Podman Desktop 0.15 embeds Podman 4.5 in Windows and macOS installers #2115.
  • A new version of Podman Desktop is out: v0.12
    3 projects | /r/podman | 16 Feb 2023
    u/Chunkypewpewpew it's karpersky that has a false positive https://github.com/containers/podman-desktop/issues/700
  • A new version of Podman Desktop is out: v0.11.0
    1 project | /r/podman | 27 Jan 2023
    Podman Desktop has a new release: you can check milestone v0.11.0 and Release Notes
  • New Docker Desktop: Run WASM Applications Alongside Linux Containers in Docker
    8 projects | news.ycombinator.com | 7 Dec 2022
    > docker desktop is pretty dead now that it's got restrictive licensing etc...

    It would probably be nice to hear more about why you think this is! I've certainly heard of some having to move away from Docker Desktop.

    However, at the scale where you need a license (250 employees or 10 million $ in annual revenue) it's not quite as big of an issue, especially at their current pricing per seat: https://www.docker.com/pricing/

    > stick to standard open source tools like Colima etc...

    Sticking to open source is a great idea!

    I think mentioning that Colima runs on macOS and Linux only at the moment is also a good idea: https://github.com/abiosoft/colima

    A large market share of the Docker Desktop installs are Windows in particular (since it's "the one way" how most install Docker nowadays, as opposed to not really needing a GUI or the supporting tools on Linux).

    In another comment I mentioned Podman Desktop as a mostly viable alternative: https://github.com/containers/podman-desktop

    Then there's also Rancher Desktop as well: https://github.com/rancher-sandbox/rancher-desktop

    Regardless, it's nice to see reputable orgs behind the open source projects as well, which gives a bit more credence to their chances of surviving for the years to come.

What are some alternatives?

When comparing compose-spec and Podman Desktop you can also consider the following projects:

docker-pi-hole - Pi-hole in a docker container

colima - Container runtimes on macOS (and Linux) with minimal setup

psutil - Cross-platform lib for process and system monitoring in Python

lima - Linux virtual machines, with a focus on running containers

pexpect - A Python module for controlling interactive programs in a pseudo-terminal

orbstack - Fast, light, simple Docker containers & Linux machines for macOS

SaltStack - Software to automate the management and configuration of any infrastructure or application at scale. Get access to the Salt software package repository here:

podman-desktop-companion - Podman desktop companion

Fabtools - Tools for writing awesome Fabric files

nerdctl - contaiNERD CTL - Docker-compatible CLI for containerd, with support for Compose, Rootless, eStargz, OCIcrypt, IPFS, ...

Docker Compose - Define and run multi-container applications with Docker

arch-lwc - 🚛 Create & run lightweight Arch Linux containers