mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
V2 Enable rootless
* Enable running podman V2 rootless * Fixed cobra.PersistentPreRunE usage in all the commands * Leveraged cobra.PersistentPreRunE/cobra.PersistentPostRunE to manage: * rootless * trace (--trace) * profiling (--cpu-profile) * initializing the registry copies of Image/Container engines * Help and Usage templates autoset for all sub-commands Signed-off-by: Jhon Honce <jhonce@redhat.com>
This commit is contained in:
@ -28,9 +28,9 @@ const (
|
||||
// Bridge indicates that a CNI network stack
|
||||
// should be used
|
||||
Bridge NamespaceMode = "bridge"
|
||||
// Slirp indicates that a slirp4ns network stack should
|
||||
// Slirp indicates that a slirp4netns network stack should
|
||||
// be used
|
||||
Slirp NamespaceMode = "slirp4ns"
|
||||
Slirp NamespaceMode = "slirp4netns"
|
||||
)
|
||||
|
||||
// Namespace describes the namespace
|
||||
|
Reference in New Issue
Block a user