godsic/rootless_containers
Project ID: 25681
Description
Packages needed for running rootless (podman) containers on CentOS 7.6. Backported from CentOS Git (presumably CentOS 7.7).
Installation Instructions
- If not installed, please Install yum COPR plugin, i.e.,
yum install -y yum-plugin-copr
- Enable this COPR repo, i.e.,
yum copr enable -y godsic/rootless_containers
- Install / update your
podman
installation, i.e.,yum install -y podman buildah slirp4netns shadow-utils
You might still need the following steps:
sudo bash -c "echo user.max_user_namespaces=150000 > /etc/sysctl.d/50-user-namespaces.conf"
sysctl -p /etc/sysctl.d/50-user-namespaces.conf
sudo bash -c "echo $(whoami):100000:65536 > /etc/subuid"
sudo bash -c "echo $(whoami):100000:65536 > /etc/subgid"
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (35)* | EPEL 7 (101 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable godsic/rootless_containers
More info about enabling Copr repositories