awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
containers avatar

containers/podman

0
View on GitHub↗
32,035 نجوم·3,145 تفرعات·Go·Apache-2.0·19 مشاهداتpodman.io↗

Podman

Podman is a container engine designed for managing containerized applications and images without the need for a persistent background daemon. By utilizing a fork-exec process model, it executes container management commands as direct child processes of the host system, ensuring that container lifecycles are handled through standard host-level process control.

The project distinguishes itself through a focus on rootless security and cross-platform compatibility. It employs user namespace mapping to allow unprivileged users to manage isolated workloads without requiring administrative system access. On non-Linux operating systems, it integrates with lightweight virtual machines to provide a native command-line experience for container development.

The engine supports the full container lifecycle, including image management, registry interaction, and orchestration of background or interactive services. It adheres to open industry standards for container runtimes and includes capabilities for checkpointing and restoring the memory and process state of running containers to facilitate workload migration.

Features

  • Daemonless Container Engines - Executes container management commands as direct child processes of the host system, eliminating the need for a persistent background service.
  • Application Platforms - Tool for managing OCI containers and pods.
  • Container Runtimes and Platforms - Tool for managing OCI containers and pods.
  • Development Utilities - Daemonless tool for managing OCI containers and pods.
  • Virtualization Environments - Provides lightweight virtual machine integration to enable native container development workflows on non-Linux operating systems.

سجل النجوم

مخطط تاريخ النجوم لـ containers/podmanمخطط تاريخ النجوم لـ containers/podman

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI

بدائل مفتوحة المصدر لـ Podman

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Podman.
  • containers/toolboxالصورة الرمزية لـ containers

    containers/toolbox

    3,250عرض على GitHub↗

    Toolbox is a development workspace orchestrator and container environment manager that bootstraps mutable toolsets and SDKs inside containers. It functions as a Linux distribution sandbox and a host-integrated container runtime, allowing users to run native package managers and software without modifying the host operating system. The project differentiates itself by bridging isolated containers with the host system through the mapping of user identities, network sockets, and home directories. It utilizes a daemonless engine to provide these environments while ensuring that system configurati

    Shellcontainerslinux
    عرض على GitHub↗3,250
  • containers/buildahالصورة الرمزية لـ containers

    containers/buildah

    8,618عرض على GitHub↗

    Buildah is a tool for creating OCI-compliant container images without requiring a background daemon process. It functions as a daemonless image constructor and distribution tool, allowing users to build, push, and pull images between local storage and remote registries. The project distinguishes itself by supporting unprivileged image building through the use of user namespaces and rootless mode. It enables direct modification of container root filesystems by mounting them to the host, allowing images to be treated as directories that can be manipulated via standard shell commands or scripts.

    Gocontainercontainer-imagecontainers
    عرض على GitHub↗8,618
  • containers/podman-composeالصورة الرمزية لـ containers

    containers/podman-compose

    6,115عرض على GitHub↗

    podman-compose is a command line tool and compose specification wrapper that translates YAML definitions into commands for the Podman container engine. It functions as a multi-container orchestrator that deploys application stacks without requiring a background daemon process. The tool enables rootless container management, allowing the execution of containerized applications and services without administrative privileges on the host. It translates high-level compose commands into individual shell calls to coordinate the deployment of multiple containers. The system manages container network

    Python
    عرض على GitHub↗6,115
  • projectatomic/buildahالصورة الرمزية لـ projectatomic

    projectatomic/buildah

    8,895عرض على GitHub↗

    Buildah is a daemonless container tool used for building and managing OCI-compliant container images. It functions as a command line utility that creates and modifies images without requiring a background process or root privileges. The tool transforms Dockerfile instructions into standard images and allows for the generation of images by committing the state of a running container. It supports the creation of images from scratch or base images, ensuring that all output adheres to Open Container Initiative specifications for portability. Beyond image construction, it provides capabilities fo

    Go
    عرض على GitHub↗8,895
عرض جميع البدائل الـ 30 لـ Podman→

الأسئلة الشائعة

ما هي وظيفة containers/podman؟

Podman is a container engine designed for managing containerized applications and images without the need for a persistent background daemon. By utilizing a fork-exec process model, it executes container management commands as direct child processes of the host system, ensuring that container lifecycles are handled through standard host-level process control.

ما هي الميزات الرئيسية لـ containers/podman؟

الميزات الرئيسية لـ containers/podman هي: Daemonless Container Engines, Application Platforms, Container Runtimes and Platforms, Development Utilities, Virtualization Environments.

ما هي البدائل مفتوحة المصدر لـ containers/podman؟

تشمل البدائل مفتوحة المصدر لـ containers/podman: containers/buildah — Buildah is a tool for creating OCI-compliant container images without requiring a background daemon process. It… containers/toolbox — Toolbox is a development workspace orchestrator and container environment manager that bootstraps mutable toolsets and… containers/podman-compose — podman-compose is a command line tool and compose specification wrapper that translates YAML definitions into commands… projectatomic/buildah — Buildah is a daemonless container tool used for building and managing OCI-compliant container images. It functions as… googlecontainertools/jib — Jib is a build plugin for Maven and Gradle that packages Java applications into container images directly within the… hashicorp/waypoint — Waypoint is an application delivery platform and multi-cloud deployment orchestrator. It enables the definition of the…