| Commit message (Expand) | Author | Age |
* | Add secrets patch to podman | umohnani8 | 2018-03-29 |
* | podman: new option --conmon-pidfile= | Giuseppe Scrivano | 2018-03-29 |
* | Remove dependency on kubernetes | baude | 2018-03-27 |
* | Vendor in lots of kubernetes stuff to shrink image size | Daniel J Walsh | 2018-03-27 |
* | cmd/podman/run.go: Error nicely when no image found | baude | 2018-03-27 |
* | podman exec should handle options --env foo | Daniel J Walsh | 2018-03-26 |
* | Make container env variable conditional | Matthew Heon | 2018-03-23 |
* | Stage 4 Image cleanup | baude | 2018-03-23 |
* | If cidfile exists, do not proceed | baude | 2018-03-23 |
* | Removing tagged images change in behavior | baude | 2018-03-22 |
* | Migrate podman inspect and tag to image library | baude | 2018-03-21 |
* | Migrate podman images to image library | baude | 2018-03-21 |
* | Image library stage 4 - create and commit | baude | 2018-03-20 |
* | Fix build after c/image changes | Matthew Heon | 2018-03-16 |
* | Merge pull request #447 from mheon/sig_proxy | Daniel J Walsh | 2018-03-16 |
|\ |
|
| * | Add signal proxying to podman run, start, and attach | Matthew Heon | 2018-03-15 |
* | | Address review comments | Matthew Heon | 2018-03-16 |
* | | Add 'podman restart' command | Matthew Heon | 2018-03-16 |
* | | Remove ability to specify mount label when mounting | Matthew Heon | 2018-03-16 |
|/ |
|
* | We should not allow a user to mount a container with a different label | Daniel J Walsh | 2018-03-15 |
* | We should not have a default workdir | Daniel J Walsh | 2018-03-15 |
* | 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 |