mirror of
https://github.com/containers/podman.git
synced 2025-09-19 12:56:57 +08:00
Remove --namespace
flag from Podman root
Signed-off-by: Matt Heon <mheon@redhat.com>
This commit is contained in:
@ -428,7 +428,7 @@ func makeRuntime(runtime *Runtime) (retErr error) {
|
||||
}
|
||||
|
||||
if runtime.config.Engine.Namespace != "" {
|
||||
return fmt.Errorf("namespaces are not supported by this version of Libpod: %w", define.ErrNotImplemented)
|
||||
return fmt.Errorf("namespaces are not supported by this version of Libpod, please unset the `namespace` field in containers.conf: %w", define.ErrNotImplemented)
|
||||
}
|
||||
|
||||
needsUserns := os.Geteuid() != 0
|
||||
|
Reference in New Issue
Block a user