From 2a961a711312375273aa17f784d795b9c13b9e6e Mon Sep 17 00:00:00 2001 From: Divyansh Kamboj Date: Sun, 21 Apr 2019 16:22:50 +0530 Subject: 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 --- cmd/podman/commands.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/commands.go') diff --git a/cmd/podman/commands.go b/cmd/podman/commands.go index 3a409f503..2ac465b9d 100644 --- a/cmd/podman/commands.go +++ b/cmd/podman/commands.go @@ -20,6 +20,7 @@ func getMainCommands() []*cobra.Command { _refreshCommand, _searchCommand, _statsCommand, + _unshareCommand, } if len(_varlinkCommand.Use) > 0 { -- cgit v1.2.3-54-g00ecf