mirror of
https://github.com/containers/podman.git
synced 2025-12-08 23:00:23 +08:00
Add unshare to podman
This command lets the user run a command in a new user namespace like `unshare -u`. It uses the implementation of unshare in buildah. ( fixes #1388 ) Signed-off-by: Divyansh Kamboj <kambojdivyansh2000@gmail.com>
This commit is contained in:
@@ -20,6 +20,7 @@ func getMainCommands() []*cobra.Command {
|
||||
_refreshCommand,
|
||||
_searchCommand,
|
||||
_statsCommand,
|
||||
_unshareCommand,
|
||||
}
|
||||
|
||||
if len(_varlinkCommand.Use) > 0 {
|
||||
|
||||
Reference in New Issue
Block a user