Difference between revisions of "Podman"
Jump to navigation
Jump to search
↑ https://podman.io/
↑ https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/building_running_and_managing_containers/index#podman
Line 4: | Line 4: | ||
==Install== | ==Install== | ||
+ | ===Ubuntu=== | ||
+ | 18.04, 19.04 and 19.10. | ||
+ | |||
<pre>. /etc/os-release | <pre>. /etc/os-release | ||
sudo sh -c "echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" | sudo sh -c "echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" | ||
Line 9: | Line 12: | ||
sudo apt-get update -qq | sudo apt-get update -qq | ||
sudo apt-get -qq -y install podman</pre> | sudo apt-get -qq -y install podman</pre> | ||
+ | |||
+ | ===Mac OS=== | ||
+ | brew cask install podman | ||
== Activities == | == Activities == |
Revision as of 06:18, 26 April 2020
Podman[1] is a daemonless container engine for developing, managing, and running OCI Containers on Linux.
Podman was included in May 2019 in RHEL 8.0[2]
Contents
Install
Ubuntu
18.04, 19.04 and 19.10.
. /etc/os-release sudo sh -c "echo 'deb https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /' > /etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list" curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add - sudo apt-get update -qq sudo apt-get -qq -y install podman
Mac OS
brew cask install podman
Activities
- Read running rootless Podman as a non-root user https://www.redhat.com/sysadmin/rootless-podman-makes-sense
See also
- Containers, OCI: Docker (
dockerd
),containerd
,runc
, Podman, buildah, skopeo, lxd, Container Registry, Service mesh, Windows Server containers, Containerpilot, CoreOS, CAdvisor, Containers networking, Container scanning, cosign, CRI, CRI-O,initContainers
, Sidecar container, Container images, latest - Red Hat OpenShift: Podman, Minishift, releases, Red Hat CodeReady Containers, OKD, OpenShift Virtualization,
oc
, OpenShift Container Platform (OCP), Hypershift,apps.openshift.io
Advertising: