| Commit message (Expand) | Author | Age |
* | Add -i to exec for compatibility reasons | baude | 2018-04-11 |
* | Unescape characters in inspect JSON format output | Boaz Shuster | 2018-04-10 |
* | Use buildah commit for podman commit | baude | 2018-04-10 |
* | Functionality changes to the following flags | umohnani8 | 2018-04-06 |
* | Remove image via storage if a buildah container is associated | TomSweeneyRedHat | 2018-04-05 |
* | Add hooks support to podman | Daniel J Walsh | 2018-04-05 |
* | Run images with no names | baude | 2018-04-04 |
* | Only allocate tty when -t | baude | 2018-04-03 |
* | Stopping a stopped container should not be an error | baude | 2018-04-03 |
* | --entrypoint= should delete existing entrypoint | baude | 2018-04-03 |
* | Remove explicit Init() calls in run and start | Matthew Heon | 2018-04-03 |
* | 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 |