| Commit message (Expand) | Author | Age |
* | Add StartAndAttach() API endpoint for containers | Matthew Heon | 2018-03-15 |
* | Add test. Move attach code in start back | Matthew Heon | 2018-03-15 |
* | Implement container restarting | Matthew Heon | 2018-03-15 |
* | Stage3 Image Library | baude | 2018-03-14 |
* | Include tmpfs in inspect | baude | 2018-03-14 |
* | podman-images: return correct image list | Valentin Rothberg | 2018-03-14 |
* | Fix a potential race around container removal in ps | Matthew Heon | 2018-03-09 |
* | podman ps command string too long | baude | 2018-03-09 |
* | podman import, load, and commit are too verbose | baude | 2018-03-07 |
* | Add buildah bud options from common.go | TomSweeneyRedHat | 2018-03-06 |
* | Adjust podman logs error message for clarity | Matthew Heon | 2018-03-02 |
* | podman logs -f: does not detect container stop or rm | baude | 2018-03-02 |
* | Fix issue with podman logs on fresh containers | Matthew Heon | 2018-03-01 |
* | remove build alias | Seth Jennings | 2018-02-27 |
* | Restrict top output to container's pids only | baude | 2018-02-26 |
* | ps displays incorrect exit code | baude | 2018-02-26 |
* | Tagging an image alias by shortname | baude | 2018-02-26 |
* | Address review comments | baude | 2018-02-24 |
* | Add support for --no-new-privs | Daniel J Walsh | 2018-02-24 |
* | podman ps json output use batched ops | baude | 2018-02-23 |
* | Add accessors to all container config and state fields | Matthew Heon | 2018-02-22 |
* | Implement --image-volumes for create and run | umohnani8 | 2018-02-22 |
* | Add tests and cleanup | Jhon Honce | 2018-02-22 |
* | Push up createConfig.CgroupParent processing to parent | Jhon Honce | 2018-02-22 |
* | Implement podman run option --cgroup-parent | Jhon Honce | 2018-02-22 |
* | Correct exit code 126 and 127 | baude | 2018-02-21 |
* | Inspect output should be in array form | baude | 2018-02-21 |
* | Alias --time to --timeout for 'podman stop' | Matthew Heon | 2018-02-21 |
* | Performance enhancement for podman images | baude | 2018-02-20 |
* | Fix podman save when redirecting output | umohnani8 | 2018-02-20 |
* | Run podman inside a podman container | baude | 2018-02-16 |
* | images --all developer note | baude | 2018-02-16 |
* | Add podman version | Daniel J Walsh | 2018-02-15 |
* | No registries warning | baude | 2018-02-15 |
* | Return imageid from podman pull | baude | 2018-02-15 |
* | No entrpoint, cmd, or command | baude | 2018-02-15 |
* | Privileged containers should inherit host devices | baude | 2018-02-15 |
* | PS performance cleanups | baude | 2018-02-14 |
* | Disable default Seccomp profile with privileged containers | Matthew Heon | 2018-02-13 |
* | Change json to match docker inspect | Daniel J Walsh | 2018-02-11 |
* | Honor ENTRYPOINT in image | baude | 2018-02-11 |
* | Rework port code | baude | 2018-02-09 |
* | podman logs: fix tailing | baude | 2018-02-09 |
* | Add some global options to build | TomSweeneyRedHat | 2018-02-08 |
* | cleanup network stack as well as storage when container shuts down. | Daniel J Walsh | 2018-02-08 |
* | Merge pull request #290 from umohnani8/templates | Daniel J Walsh | 2018-02-07 |
|\ |
|
| * | Fix when the --format flag prints a new line at the end | umohnani8 | 2018-02-07 |
* | | Merge pull request #289 from TomSweeneyRedHat/dev/tsweeney/username | Daniel J Walsh | 2018-02-07 |
|\ \
| |/
|/| |
|
| * | Change un/pwd handling to match Buildah's | TomSweeneyRedHat | 2018-02-06 |
* | | Match podman inspect output to docker inspect | umohnani8 | 2018-02-06 |