mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00

Two versions: one for container-related commands, one for pods. The container one is easy: all versions matched, so I made no changes. The pod one is hard to review. I went with the pod-clone version because the pod-create one looks suspicious: it talks in terms of containers, not pods. It's possible that I've got it wrong, and that these two cannot be combined, so please review very carefully. I strongly recommend using hack/markdown-preprocess-review for this one. Signed-off-by: Ed Santiago <santiago@redhat.com>
220 B
220 B
--gidmap=pod_gid:host_gid:amount
GID map for the user namespace. Using this flag will run all containers in the pod with user namespace enabled. It conflicts with the --userns and --subgidname flags.