Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | unshare: define CONTAINERS_GRAPHROOT and CONTAINERS_RUNROOT | Giuseppe Scrivano | 2019-05-16 |
| | | | | | | | | | define two environment variables, that simplify the task of cleaning up the storage, as we can do something like: podman unshare sh -c 'rm -rf $CONTAINERS_GRAPHROOT $CONTAINERS_RUNROOT' Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com> | ||
* | Add unshare to podman | Divyansh Kamboj | 2019-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> |