summaryrefslogtreecommitdiff
path: root/cmd/podman/unshare.go
Commit message (Collapse)AuthorAge
* Add unshare to podmanDivyansh Kamboj2019-05-16
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>