Introduction to Podman

Podman is an open source container runtime project that can be used on most Linux platforms. Podman provides functions very similar to Docker. As mentioned earlier, it does not require any daemons to run on your system, and it can also run without root privileges.

Podman can manage and run any containers and container images that comply with OCI (Open Container Initiative) specifications. Podman provides a Docker-compatible command-line front end to manage Docker images. [3]

Podman disadvantages:
Because there is no daemon like docker daemon, it does not support the --restart strategy, but this problem does not exist when using k8s orchestration
Centos8 removed Docker as the default containerized management tool, and replaced it with Podman, Buildah, and Skopeo.

Last edited: August 12th, 2020 at 03:22 pm
This article was authored by admin and licensed under the Creative Commons Attribution 4.0 International License Agreement
Can be reproduced and quoted freely, but the author must be signed and the source of the article must be indicated

Recommended Posts

Introduction to Podman
01. Introduction to Python
Introduction to Python
Introduction to Python related modules
[Introduction to redis] Install redis under Centos
Python from entry to proficiency (2): Introduction to Python
Introduction to Python commonly used visualization libraries
A quick introduction to Python regular expressions
python introduction
Introduction to the Ubuntu-based derivative distribution PopOS
Introduction to the use of Hanlp in ubuntu
Introduction to Android source code compilation (ubuntu16.04+android P)