Difference between revisions of "Podman"

From wikieduonline
Jump to navigation Jump to search
Line 36: Line 36:
 
* Read running [[rootless]] [[Podman]] as a non-root user https://www.redhat.com/sysadmin/rootless-podman-makes-sense
 
* Read running [[rootless]] [[Podman]] as a non-root user https://www.redhat.com/sysadmin/rootless-podman-makes-sense
 
* Read documentation how to install it: https://podman.io/getting-started/installation
 
* Read documentation how to install it: https://podman.io/getting-started/installation
 +
 +
 +
== Related terms ==
 +
* [[Fedora CoreOS]]
  
 
== See also ==
 
== See also ==

Revision as of 19:54, 23 September 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] and in RHEL 7.6 Beta[3]

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

Basic Commands

http://docs.podman.io/en/latest/Commands.html

Activities


Related terms

See also

  • https://podman.io/
  • https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/building_running_and_managing_containers/index#podman
  • https://developers.redhat.com/blog/2018/08/29/intro-to-podman/
  • Advertising: