Difference between revisions of "Podman"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
Podman was included in May 2019 in [[RHEL 8.0]]<ref> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/building_running_and_managing_containers/index#podman</ref>
 
Podman was included in May 2019 in [[RHEL 8.0]]<ref> https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/building_running_and_managing_containers/index#podman</ref>
  
 
+
==Install==
 +
<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"
 +
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</pre>
  
 
== Activities ==
 
== Activities ==

Revision as of 06:16, 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]

Install

. /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

Activities

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
  • Advertising: