Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.
/ ubuntu-podman Public archive

Podman redistribution for Ubuntu

License

Notifications You must be signed in to change notification settings

semrekkers/ubuntu-podman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ubuntu podman

Podman redistribution for Ubuntu.

Tested on Ubuntu 19.10

The package

This redistribution contains:

Application Version
Podman v1.8.0
crun 0.12.1
conmon v2.0.10
slirp4netns v0.4.3
fuse-overlayfs v0.7.6
CNI plugins v0.8.5
catatonit f700039

Setup

Install dependencies

sudo apt install \
    libgpgme11 \
    libyajl2 \
    policykit-1 \
    dbus-x11 \
    dbus-user-session \
    uidmap

Enable swap accounting and unified cgroup2

Append the following to GRUB_CMDLINE_LINUX in /etc/default/grub:

swapaccount=1 systemd.unified_cgroup_hierarchy=1

Update grub afterwards using sudo update-grub.