4.3. Podman
Install Podman:
1source /etc/os-release
2
3echo "deb http://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/xUbuntu_${VERSION_ID}/ /" | sudo tee /etc/apt/sources.list.d/podman.list
4wget -qO - https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable/xUbuntu_${VERSION_ID}/Release.key | sudo apt-key add -
5
6sudo apt update
7sudo apt -y install podman
Oh My Zsh does not have a Podman plugin yet:
1mkdir -p $ZSH_CUSTOM/plugins/podman/
2podman completion zsh -f $ZSH_CUSTOM/plugins/podman/_podman