From f16c6fe4395e59f347250ba8fbcc407d450680d1 Mon Sep 17 00:00:00 2001 From: Shane Canon Date: Sun, 12 May 2024 12:39:07 +0200 Subject: [PATCH] Update README.md Add user namespaces pre-req --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 092e07d..49cad42 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ The template replaces strings with `{{ variable }}` with the approriate value. T ## Prerequisites 1. `podman` should be installed separately, per the instructions at https://podman.io/ +2. User namespaces and, ideally, subuid/gid support should be enabled for the users. This typically requires some local customization for managing this configuration. ## Site Installation It is recommended that `podman-hpc` is installed site-wide in a multi-user HPC center.