How to Enable Podman Sudo-less Container Management

preview_player
Показать описание
Jack Wallen shows you how to deploy Podman containers without having to use sudo on any Red Hat Enterprise Linux-based distribution.

Commands:
sudo usermod --add-subuids 200000-265536 --add-subgids 200000-265536 $USER
sysctl --all --pattern user_namespaces
sudo dnf install slirp4netns -y

EDITOR'S NOTE: This content was originally published March 2023 on TechRepublic. This information may be outdated depending on time of viewing.

Footage courtesy of TechRepublic.

➤ OUR WEBSITE:

Video Editor: Kyle Heildebrand

#TechRepublic #Podman #Sudo
Рекомендации по теме
Комментарии
Автор

This is amazing, I was confounded by the last piece of external communication with my rootless containers and the namespace setup was something I totally missed as well. Thank you for this.

Wahinies