mirror of
https://github.com/containers/podman.git
synced 2025-12-08 06:39:05 +08:00
rootless, create: support --pod
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> Closes: #1372 Approved by: mheon
This commit is contained in:
committed by
Atomic Bot
parent
8ca67d2794
commit
1ac1c54027
@@ -28,6 +28,7 @@ var (
|
||||
var cmdsNotRequiringRootless = map[string]bool{
|
||||
"help": true,
|
||||
"version": true,
|
||||
"create": true,
|
||||
"exec": true,
|
||||
// `info` must be executed in an user namespace.
|
||||
// If this change, please also update libpod.refreshRootless()
|
||||
|
||||
Reference in New Issue
Block a user