Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
yum inatall podman -y


Install podman Ubuntu (18.04)

Code Block
apt-get update -y
apt-get upgrade -y
apt-get install software-properties-common -y
add-apt-repository -y ppa:projectatomic/ppa
apt-get install podman -y
podman info

...

You can run an Ubuntu container with:


Code Block
dockerpodman run -it ubuntu bash

List of downloaded images with the following command:

...

Code Block
podman rm --latest


Reference

https://github.com/containers/libpod/blob/master/docs/tutorials/podman_tutorial.md