[ 原始碼: podman ]
套件:podman-docker(5.2.5-1)
podman-docker 的相關連結
Debian 的資源:
下載原始碼套件 podman:
維護小組:
- Debian Go Packaging Team (QA 頁面, 郵件存檔)
- Dmitry Smirnov (QA 頁面)
- Reinhard Tartler (QA 頁面)
- Faidon Liambotis (QA 頁面)
外部的資源:
- 主頁 [github.com]
相似套件:
tool to manage containers and pods (Docker CLI)
Podman (the POD MANager) is a tool for managing containers and images, volumes mounted into those containers, and pods made from groups of containers.
At a high level, the scope of Podman and libpod is the following:
* Support for multiple container image formats, including OCI and Docker images. * Full management of those images, including pulling from various sources (including trust and verification), creating (built via Containerfile or Dockerfile or committed from a container), and pushing to registries and other storage backends. * Full management of container lifecycle, including creation (both from an image and from an exploded root filesystem), running, checkpointing and restoring (via CRIU), and removal. * Full management of container networking, using Netavark. * Support for pods, groups of containers that share resources and are managed together. * Support for running containers and pods without root or other elevated privileges. * Resource isolation of containers and pods. * Support for a Docker-compatible CLI interface, which can both run containers locally and on remote systems. * No manager daemon, for improved security and lower resource utilization at idle. * Support for a REST API providing both a Docker-compatible interface and an improved interface exposing advanced Podman functionality. * Support for running on Windows and Mac via virtual machines run by podman machine.
Podman is a daemon-less alternative to Docker.
This package installs a Docker-compatible CLI interface, capable of running containers locally and on remote systems.
其他與 podman-docker 有關的套件
|
|
|
|
-
- dep: podman
- tool to manage containers and pods
-
- rec: docker-compose
- define and run multi-container Docker applications with YAML