Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use imagecaches for local tests | baude | 2019-05-29 |
| | | | | | | | | | when doing localized tests (not varlink), we can use secondary image stores as read-only image caches. this cuts down on test time significantly because each test does not need to restore the images from a tarball anymore. Signed-off-by: baude <bbaude@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> |