| Commit message (Expand) | Author | Age |
* | 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 |
* | | Fix golang formatting issues | baude | 2018-11-28 |
* | | Merge pull request #1848 from adrianreber/master | OpenShift Merge Robot | 2018-11-28 |
|\ \ |
|
| * | | Use also a struct to pass options to Restore() | Adrian Reber | 2018-11-28 |
| |/ |
|
* / | network: allow slirp4netns mode also for root containers | Giuseppe Scrivano | 2018-11-28 |
|/ |
|
* | libpod should know if the network is disabled | Daniel J Walsh | 2018-11-13 |
* | Merge pull request #1764 from rhatdan/nopasswd | OpenShift Merge Robot | 2018-11-07 |
|\ |
|
| * | Don't fail if /etc/passwd or /etc/group does not exists | Daniel J Walsh | 2018-11-07 |
* | | Merge pull request #1771 from baude/prepare | OpenShift Merge Robot | 2018-11-07 |
|\ \ |
|
| * | | move defer'd function declaration ahead of prepare error return | baude | 2018-11-07 |
| |/ |
|
* | | Merge pull request #1689 from mheon/add_runc_timeout | OpenShift Merge Robot | 2018-11-07 |
|\ \ |
|
| * | | Print error status code if we fail to parse it | Matthew Heon | 2018-11-07 |
| * | | Properly set Running state when starting containers | Matthew Heon | 2018-11-07 |
| * | | Retrieve container PID from conmon | Matthew Heon | 2018-11-07 |
| * | | EXPERIMENTAL: Do not call out to runc for sync | Matthew Heon | 2018-11-07 |
| * | | Actually save changes from post-stop sync | Matthew Heon | 2018-11-07 |
| |/ |
|
* / | Add hostname to /etc/hosts | Qi Wang | 2018-11-07 |
|/ |
|
* | get user and group information using securejoin and runc's user library | baude | 2018-10-29 |
* | run prepare in parallel | baude | 2018-10-25 |
* | Allow containers/storage to handle on SELinux labeling | Daniel J Walsh | 2018-10-23 |
* | Merge pull request #1609 from giuseppe/fix-volume-rootless | Matthew Heon | 2018-10-16 |
|\ |
|
| * | volume: resolve symlinks in paths | Giuseppe Scrivano | 2018-10-14 |
| * | volume: write the correct ID of the container in error messages | Giuseppe Scrivano | 2018-10-14 |
* | | Touchup fileo typo | TomSweeneyRedHat | 2018-10-15 |
|/ |
|
* | Generate a passwd file for users not in container | Daniel J Walsh | 2018-10-12 |
* | Ensure resolv.conf has the right label and path | Matthew Heon | 2018-10-04 |
* | Drop libnetwork vendor and move the code into pkg/ | Matthew Heon | 2018-10-04 |
* | Switch to using libnetwork's resolvconf package | Matthew Heon | 2018-10-04 |
* | Add support to checkpoint/restore containers | Adrian Reber | 2018-10-03 |