linux_wiki:podman_install

This is an old revision of the document!


Podman Install

General Information

Podman is an OCI (open container initiative) compliant container client and fully docker compatible.

Podman allows you to run and perform all of the docker-cli commands without running a docker daemon.


Install

Installing podman, the drop in replacement for docker cli.

Install the pre-req and add the PPA

sudo apt -y install software-properties-common
sudo add-apt-repository -y ppa:projectatomic/ppa

Install podman

sudo apt install podman

Configure

Add dockerhub as a default location to search for short named containers.

sudo vim /etc/containers/registries.conf
 
[registries.search]
registries = ["docker.io"]

  • linux_wiki/podman_install.1564369762.txt.gz
  • Last modified: 2019/07/28 23:09
  • by billdozor