mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
Start testing with cross compilation
Add missing man page links for podman-image-search and podman-image-diff Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -40,6 +40,9 @@ const (
|
||||
KeepID NamespaceMode = "keep-id"
|
||||
// KeepId indicates to automatically create a user namespace
|
||||
Auto NamespaceMode = "auto"
|
||||
// DefaultKernelNamespaces is a comma-separated list of default kernel
|
||||
// namespaces.
|
||||
DefaultKernelNamespaces = "cgroup,ipc,net,uts"
|
||||
)
|
||||
|
||||
// Namespace describes the namespace
|
||||
|
Reference in New Issue
Block a user