diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2019-10-20 09:19:54 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-27 00:36:11 +0700 |
commit | 901b4b2f8d539b1a828fa9238c88d3a589065a94 (patch) | |
tree | b66e4b5cc99bb947b12b6deca9c3cbe0164ecb2b /system/podman/README | |
parent | 8277b758053faf40489fac757d96b596ebbd69ca (diff) | |
download | slackbuilds-901b4b2f8d539b1a828fa9238c88d3a589065a94.tar.gz |
system/podman: update to 1.6.2
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
Diffstat (limited to 'system/podman/README')
-rw-r--r-- | system/podman/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/podman/README b/system/podman/README index 5295426059..f7d3cfec14 100644 --- a/system/podman/README +++ b/system/podman/README @@ -13,3 +13,9 @@ At a high level, the scope of libpod and podman is the following: * Resource isolation of containers and pods. These container runtimes can run as non-root, but require sub-uid/gid mappings + +To run podman as a user: + + echo 'user.max_user_namespaces=30111' >> /etc/sysctl.conf + echo '<YOUR_USER>:100000:65536' >> /etc/subuid + echo '<YOUR_USER>:100000:65536' >> /etc/subgid |