Difference between revisions of "Podman"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 19: Line 19:
 
== Basic Commands==
 
== Basic Commands==
 
http://docs.podman.io/en/latest/Commands.html
 
http://docs.podman.io/en/latest/Commands.html
 +
* <code>[[podman --help]]</code>
 
* <code>[[podman attach]]</code> - Attach to a running container
 
* <code>[[podman attach]]</code> - Attach to a running container
 
* <code>[[podman build]]</code> - Build a container image using a Containerfile
 
* <code>[[podman build]]</code> - Build a container image using a Containerfile
Line 36: Line 37:
 
* <code>[[podman pull]]</code>
 
* <code>[[podman pull]]</code>
 
* <code>[[podman run]]</code>
 
* <code>[[podman run]]</code>
 +
* <code>[[podman volume]]</code>
 
* <code>[[podman version]]</code>
 
* <code>[[podman version]]</code>
 
* <code>[[podman generate kube]]</code>
 
* <code>[[podman generate kube]]</code>
Line 48: Line 50:
 
* [[Fedora CoreOS]]
 
* [[Fedora CoreOS]]
 
* Podman now has support in [[RHEL 8.4]] for auto-updating container images
 
* Podman now has support in [[RHEL 8.4]] for auto-updating container images
 +
* <code>[[crane ls]]</code>
  
 
== See also ==
 
== See also ==
Line 53: Line 56:
 
* {{Containers}}
 
* {{Containers}}
 
* {{OpenShift}}
 
* {{OpenShift}}
 
  
 
[[Category:Linux containers]]
 
[[Category:Linux containers]]

Latest revision as of 10:50, 5 March 2024

wikipedia: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[edit]

Ubuntu[edit]

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[edit]

brew install podman

Basic Commands[edit]

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

Activities[edit]


Related terms[edit]

See also[edit]

  • 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/
  • https://github.com/containers/podman/releases/tag/v2.1.0-rc1
  • Advertising: