| Commit message (Expand) | Author | Age |
* | Fix ps --sort=size test | Matthew Heon | 2018-07-13 |
* | Only print container size JSON if --size was requested | Matthew Heon | 2018-07-13 |
* | Don't print rootfs and rw sizes if they're empty | Matthew Heon | 2018-07-13 |
* | Major fixes to podman ps --format=json output | Matthew Heon | 2018-07-13 |
* | Ignore running containers in ps exit-code filters | Matthew Heon | 2018-07-13 |
* | Record whether the container has exited | Matthew Heon | 2018-07-13 |
* | Merge pull request #1091 from giuseppe/rootless-unshare-mount-ns | Daniel J Walsh | 2018-07-13 |
|\ |
|
| * | rootless: unshare mount namespace | Giuseppe Scrivano | 2018-07-13 |
* | | Merge pull request #1075 from giuseppe/rootless-no-symlinks-into-storage-path | Daniel J Walsh | 2018-07-13 |
|\ \ |
|
| * | | rootless: correctly propagate the exit status from the container | Giuseppe Scrivano | 2018-07-13 |
| * | | runtime: delete unused function | Giuseppe Scrivano | 2018-07-11 |
| * | | rootless: propagate errors from GetRootlessRuntimeDir() | Giuseppe Scrivano | 2018-07-11 |
| * | | rootless: resolve the user home directory | Giuseppe Scrivano | 2018-07-11 |
* | | | Merge pull request #1065 from haircommander/pod-start-create-rm | Daniel J Walsh | 2018-07-13 |
|\ \ \ |
|
| * | | | Added full podman pod ps, with tests and man page | haircommander | 2018-07-13 |
| * | | | Podman pod create/rm commands with man page and tests. | haircommander | 2018-07-13 |
* | | | | Need to wait for container to exit before completing run/start completes | Daniel J Walsh | 2018-07-13 |
* | | | | If proxy fails then then signal should be sent to the main process | Daniel J Walsh | 2018-07-13 |
| |_|/
|/| | |
|
* | | | fix pull image that includes a sha | baude | 2018-07-13 |
|/ / |
|
* | | Added created time to pod state | haircommander | 2018-07-12 |
* | | Support multiple networks | baude | 2018-07-12 |
* | | Log all output of logrus to syslog as well as stdout/stderr | Daniel J Walsh | 2018-07-12 |
* | | podman rmi should only untag image if parent of another | umohnani8 | 2018-07-12 |
* | | Changed container status of Unknown from being printed as Dead to Error in Ps | haircommander | 2018-07-12 |
* | | Fix podman build completions | Daniel J Walsh | 2018-07-12 |
* | | Refactor attach()/start() after podman changes | Jhon Honce | 2018-07-12 |
* | | create conmon sockets when getting their paths | baude | 2018-07-11 |
* | | build: enable ostree in containers/storage when available | Giuseppe Scrivano | 2018-07-11 |
* | | podman/libpod: add default AppArmor profile | Valentin Rothberg | 2018-07-11 |
|/ |
|
* | rootless: fix when argv[0] is not an absolute path | Giuseppe Scrivano | 2018-07-10 |
* | Allow Init() on stopped containers | Matthew Heon | 2018-07-09 |
* | urfave/cli: fix regression in short-opts parsing | Valentin Rothberg | 2018-07-09 |
* | Add --volumes-from flag to podman run and create | umohnani8 | 2018-07-09 |
* | Vendor in latest buildah to add masks for /proc/keys and /proc/acpi | Daniel J Walsh | 2018-07-09 |
* | Vendor in latest containers/storage | Daniel J Walsh | 2018-07-08 |
* | Mask /proc/keys to protect information leak about keys on host | Daniel J Walsh | 2018-07-08 |
* | ctime: Drop 32-/64-bit distinction on Linux | W. Trevor King | 2018-07-07 |
* | Podman stats with no containers listed is the same as podman stats --all | haircommander | 2018-07-07 |
* | Refactor unittest for change in history API | Jhon Honce | 2018-07-06 |
* | Merge pull request #1059 from mheon/bump-0.7.1 | Matthew Heon | 2018-07-06 |
|\ |
|
| * | Bump gitvalidation epoch | Matthew Heon | 2018-07-06 |
| * | Bump to v0.7.2-dev | Matthew Heon | 2018-07-06 |
| * | Bump to v0.7.1v0.7.1 | Matthew Heon | 2018-07-06 |
|/ |
|
* | pkg/ctime: Factor libpod/finished* into a separate package | W. Trevor King | 2018-07-06 |
* | Block use of /proc/acpi from inside containers | Daniel J Walsh | 2018-07-06 |
* | remove buildah requirement for the libpod image library | baude | 2018-07-06 |
* | contrib/python/test/test_tunnel: Fix -nNT -> -nNTq | W. Trevor King | 2018-07-06 |
* | Refactor podman/utils with a single container start and attach function | Marco Vedovati | 2018-07-06 |
* | Remove now-unneeded cleanupCgroup() for unsupported OS | Matthew Heon | 2018-07-06 |
* | Remove per-container CGroup parents | Matthew Heon | 2018-07-06 |