Podman

Open-source projects categorized as Podman

Top 23 Podman Open-Source Projects

  • kind

    Kubernetes IN Docker - local clusters for testing Kubernetes

  • Project mention: How to distribute workloads using Open Cluster Management | dev.to | 2024-01-26

    To get started, you'll need to install clusteradm and kubectl and start up three Kubernetes clusters. To simplify cluster administration, this article starts up three kind clusters with the following names and purposes:

  • distrobox

    Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox

  • Project mention: Windows 11 now comes with its own adware | news.ycombinator.com | 2024-04-24

    Regarding the stability issue on a dev machine - you may be interested in playing with one of the immutable-os distros, such as SilverBlue (fedora based).

    The high-level take-away is you can't break your actual OS since it's root filesystem is read-only, and you use "pet" containers (on docker, podman, whatever) to do your work in. Applications are either sandboxed via Flatpak, or installed/run inside your pet containers. If your pet container dies, you cry about it for a moment, and when you're ready you get a new one - your actual os and other containers remain unaffected.

    I use distrobox[1] to create/run the pet containers.

    [1] https://github.com/89luca89/distrobox

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

    A tool that facilitates building OCI images.

  • Project mention: A gopher’s journey to the center of container images | dev.to | 2023-11-23

    For the task of building the graph image, my first idea was to rely on buildah. In fact, our design was already heavily relying on containers/image for all things regarding copying images from one registry to the other, or from one registry to an archive. The obvious choice was to use the same suite of modules in order to keep dependencies to a minimum.

  • x11docker

    Run GUI applications and desktops in docker and podman containers. Focus on security.

  • Project mention: Remote Controlling an HP 1670G Logic Analyzer with a Linux PC X Server | news.ycombinator.com | 2023-12-27

    I don't know anything about Xwayland, but according there's this sentence in this socat writeup:

    > If you want to access an X server that does not provide -listen tcp (Xwayland) or just did not have enabled it during startup (like most likely your host Xorg), you can use socat to provide TCP/IP access.

    https://github.com/mviereck/x11docker/wiki/How-to-access-X-o...

  • podman-compose

    a script to run docker-compose.yml using podman

  • Project mention: One Minute: Compose | dev.to | 2024-03-30

    Podman (via podman-compose),

  • Podman Desktop

    Podman Desktop - A graphical tool for developing on containers and Kubernetes

  • Project mention: Ahoy! 🦭 Podman Desktop v1.5.2 is ship-shape and ready to board! 🛥️ | /r/podman | 2023-11-05

    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

  • molecule

    Molecule aids in the development and testing of Ansible content: collections, playbooks and roles

  • Project mention: Centralized user mangement for Linux | /r/sysadmin | 2023-06-26

    Hell, the ansible roles I maintain use Molecule for testing.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • unifios-utilities

    A collection of enhancements for UnifiOS based devices

  • Project mention: Unifi Express - Ad Blocking | /r/Ubiquiti | 2023-12-07

    I just purchased the unifi express and I have been researching its capabilities and more specifically ad blocking functionality. I have found that people are complaining about the ad blocking abilities not being very granular and referring to unifios-utilities and running something like pi hole or adguard as an alternative. Can I safely assume that these options will be available to the unifi express?

  • nix-installer

    Install Nix and flakes with the fast and reliable Determinate Nix Installer, with over 2 million installs.

  • Project mention: A new Debian package helper: debputy | news.ycombinator.com | 2024-02-03

    This is a way improved[1] version of the official installer, capable of uninstallation among many other things, there is no need to use the official one: https://determinate.systems/posts/determinate-nix-installer

    1: https://github.com/DeterminateSystems/nix-installer?tab=read...

  • crc

    CRC is a tool to help you run containers. It manages a local OpenShift 4.x cluster, Microshift or a Podman VM optimized for testing and development purposes

  • sablier

    Start your containers on demand, shut them down automatically when there's no activity. Docker, Docker Swarm Mode and Kubernetes compatible.

  • Project mention: Sablier: Start containers on demand, shut them down automatically | news.ycombinator.com | 2024-02-03
  • simplenetes

    The sns tool is used to manage the full life cycle of your Simplenetes clusters. It integrates with the Simplenetes Podcompiler project podc to compile pods.

  • pods

    Keep track of your podman containers

  • Project mention: Podman Desktop v1.5 with Compose onboarding and enhanced Kubernetes pod data | news.ycombinator.com | 2023-11-03

    If you're using Linux (especially with Gnome), I can highly recommend Pods[1] as a desktop client for Podman. It's much less cluttered than Podman Desktop, but still supports most of its features.

    [1] https://github.com/marhkb/pods#readme

  • freeipa-container

    FreeIPA server in containers — images at https://quay.io/repository/freeipa/freeipa-server?tab=tags

  • Project mention: IAM on ARM? | /r/selfhosted | 2023-06-20

    I was able to configure Authentik, but freeradius and freeipa both don't provide arm64 containers. I have been having difficulty running FreeIPA when built from (https://github.com/freeipa/freeipa-container) (issues seem to be related to systemd and cgroup v2) and have not yet tried to build freeradius. Is there equivalent software that is distributed for arm that I would not need to build from source?

  • storage

    Container Storage Library (by containers)

  • podman-tui

    Podman Terminal UI

  • Project mention: Podman-TUI is a Terminal User Interface to interact with the podman | news.ycombinator.com | 2023-05-24
  • qus

    qemu-user-static (qus) and containers, non-invasive minimal working setups

  • Project mention: Podman Desktop celebrates 500k downloads | news.ycombinator.com | 2023-08-21

    You can do that without the GUI: https://github.com/dbhi/qus

  • autoportforward

    Bidirectional port-forwarding for docker, podman and kubernetes

  • zerotier-docker

    ZeroTier One as Docker Image

  • Project mention: allow peers access to physical network | /r/zerotier | 2023-05-24

    The docker-compose.yml I followed is here: https://github.com/zyclonite/zerotier-docker/blob/main/README-router.md. My environment is a zerotier docker container running in Ubuntu 22.04.2 running on bare metal Intel NUC 5th gen.

  • jetson-image

    Create minimalist, Ubuntu based images for the Nvidia jetson boards

  • Project mention: Nvidia Jetson Minimalist Images | news.ycombinator.com | 2023-12-02
  • lazytrivy

    Vulnerability scanning just got lazier

  • WSL-Guide

    Windows Subsystem for Linux (WSL) Guide. Use WSL develop to with Kubernetes and in the Cloud (Microsoft Azure, AWS, and Google Cloud).

  • ansible-podman-collections

    Repository for Ansible content that can include playbooks, roles, modules, and plugins for use with the Podman tool

  • SaaSHub

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

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Podman related posts

Index

What are some of the best open-source Podman projects? This list will help you:

Project Stars
1 kind 12,767
2 distrobox 8,927
3 buildah 6,986
4 x11docker 5,386
5 podman-compose 4,698
6 Podman Desktop 4,138
7 molecule 3,807
8 unifios-utilities 3,754
9 nix-installer 1,557
10 crc 1,207
11 sablier 1,035
12 simplenetes 742
13 pods 681
14 freeipa-container 574
15 storage 522
16 podman-tui 521
17 qus 284
18 autoportforward 283
19 zerotier-docker 282
20 jetson-image 277
21 lazytrivy 267
22 WSL-Guide 258
23 ansible-podman-collections 244

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com