| Commit message (Expand) | Author | Age |
* | Small code fix | Matthew Heon | 2019-05-03 |
* | Address review comments on restart policy | Matthew Heon | 2019-05-03 |
* | Add a restart event, and make one during restart policy | Matthew Heon | 2019-05-03 |
* | Restart policy should not run if a container is running | Matthew Heon | 2019-05-03 |
* | Move to using constants for valid restart policy types | Matthew Heon | 2019-05-03 |
* | Add support for retry count with --restart flag | Matthew Heon | 2019-05-03 |
* | Add container restart policy to Libpod & Podman | Matthew Heon | 2019-05-03 |
* | Add a StoppedByUser field to the DB | Matthew Heon | 2019-05-03 |
* | Merge pull request #3039 from mheon/podman_init | OpenShift Merge Robot | 2019-05-02 |
|\ |
|
| * | Add basic structure of podman init command | Matthew Heon | 2019-05-01 |
* | | container: drop rootless check | Giuseppe Scrivano | 2019-05-01 |
|/ |
|
* | Merge pull request #2501 from mtrmac/fixed-hook-order | OpenShift Merge Robot | 2019-04-14 |
|\ |
|
| * | Potentially breaking: Make hooks sort order locale-independent | Miloslav Trmač | 2019-04-09 |
* | | Merge pull request #2913 from mheon/get_instead_of_lookup | OpenShift Merge Robot | 2019-04-12 |
|\ \ |
|
| * | | Use GetContainer instead of LookupContainer for full ID | Matthew Heon | 2019-04-12 |
* | | | Expand debugging for container cleanup errors | Matthew Heon | 2019-04-11 |
|/ / |
|
* / | Implement podman-remote rm | Jhon Honce | 2019-04-09 |
|/ |
|
* | Switch Libpod over to new explicit named volumes | Matthew Heon | 2019-04-04 |
* | userns: do not use an intermediate mount namespace | Giuseppe Scrivano | 2019-03-29 |
* | podman health check phase3 | baude | 2019-03-22 |
* | ps: fix segfault if the store is not initialized | Giuseppe Scrivano | 2019-03-19 |
* | Make sure buildin volumes have the same ownership and permissions as image | Daniel J Walsh | 2019-03-15 |
* | container: check containerInfo.Config before accessing it | Giuseppe Scrivano | 2019-03-15 |
* | Add event on container death | Matthew Heon | 2019-03-13 |
* | Add event logging to libpod, even display to podman | baude | 2019-03-11 |
* | errors: fix error cause comparison | Giuseppe Scrivano | 2019-03-11 |
* | libpod/container_internal: Split locale at the first dot, etc. | W. Trevor King | 2019-03-05 |
* | Append hosts to dependency container's /etc/hosts file | Peter Hunt | 2019-03-05 |
* | Don't start running dependencies | Peter Hunt | 2019-02-19 |
* | OpenTracing support added to start, stop, run, create, pull, and ps | Sebastian Jug | 2019-02-18 |
* | pod infra container is started before a container in a pod is run, started, o... | Peter Hunt | 2019-02-15 |
* | Fix volume handling in podman | Daniel J Walsh | 2019-02-14 |
* | Retain a copy of container exit file on cleanup | Matthew Heon | 2019-02-12 |
* | Preserve exited state across reboot | Matthew Heon | 2019-02-05 |
* | podman-remote inspect | baude | 2019-01-18 |
* | Ensure that wait exits on state transition | Matthew Heon | 2019-01-16 |
* | Move all libpod/ JSON references over to jsoniter | Matthew Heon | 2019-01-10 |
* | hooks: Add pre-create hooks for runtime-config manipulation | W. Trevor King | 2019-01-08 |
* | Convert pods to SHM locks | Matthew Heon | 2019-01-04 |
* | Convert containers to SHM locking | Matthew Heon | 2019-01-04 |
* | Log container command before starting the container | Matthew Heon | 2019-01-02 |
* | Fixes to handle /dev/shm correctly. | Daniel J Walsh | 2018-12-24 |
* | Switch all referencs to image.ContainerConfig to image.Config | Daniel J Walsh | 2018-12-21 |
* | Prevent a second lookup of user for image volumes | Matthew Heon | 2018-12-11 |
* | Fix errors where OCI hooks directory does not exist | Matthew Heon | 2018-12-07 |
* | bind mount /etc/resolv.conf|hosts in pods | baude | 2018-12-06 |
* | libpod/container_internal: Deprecate implicit hook directories | W. Trevor King | 2018-12-03 |
* | Merge pull request #1317 from rhatdan/privileged | OpenShift Merge Robot | 2018-11-30 |
|\ |
|
| * | Disable mount options when running --privileged | Daniel J Walsh | 2018-11-28 |
* | | /dev/shm should be mounted even in rootless mode. | Daniel J Walsh | 2018-11-28 |