| Commit message (Expand) | Author | Age |
... | |
* | | Touchup fileo typo | TomSweeneyRedHat | 2018-10-15 |
|/ |
|
* | Generate a passwd file for users not in container | Daniel J Walsh | 2018-10-12 |
* | Merge pull request #1623 from mheon/static_ip | OpenShift Merge Robot | 2018-10-11 |
|\ |
|
| * | Fix gofmt | Matthew Heon | 2018-10-11 |
| * | Add --ip flag and plumbing into libpod | Matthew Heon | 2018-10-11 |
| * | Temporary commit to swap branches | Matthew Heon | 2018-10-11 |
* | | Log an otherwise ignored error from joining a net ns | Matthew Heon | 2018-10-11 |
|/ |
|
* | 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 |
* | Merge pull request #1570 from giuseppe/fix-gvisor | OpenShift Merge Robot | 2018-10-04 |
|\ |
|
| * | oci: split the stdout and stderr pipes | Giuseppe Scrivano | 2018-10-03 |
| * | oci: always set XDG_RUNTIME_DIR | Giuseppe Scrivano | 2018-10-03 |
* | | Add support to checkpoint/restore containers | Adrian Reber | 2018-10-03 |
|/ |
|
* | Merge pull request #1578 from baude/addubuntuci | OpenShift Merge Robot | 2018-10-03 |
|\ |
|
| * | Add ability for ubuntu to be tested | baude | 2018-10-03 |
* | | selinux: drop superflous relabel | Giuseppe Scrivano | 2018-10-03 |
|/ |
|
* | Merge pull request #1580 from giuseppe/rootless-always-set-XDG_RUNTIME_DIR | OpenShift Merge Robot | 2018-10-03 |
|\ |
|
| * | rootless: always set XDG_RUNTIME_DIR | Giuseppe Scrivano | 2018-10-03 |
* | | Merge pull request #1531 from mheon/add_exited_state | OpenShift Merge Robot | 2018-10-03 |
|\ \
| |/
|/| |
|
| * | Fix Wait() to allow Exited state as well as Stopped | Matthew Heon | 2018-10-02 |
| * | Fix cleanupRuntime to only save if container is valid | Matthew Heon | 2018-10-02 |
| * | Fix bug with exited state and container remove | Matthew Heon | 2018-10-02 |
| * | Address review comments and fix ps output | Matthew Heon | 2018-10-02 |
| * | Add ContainerStateExited and OCI delete() in cleanup() | Matthew Heon | 2018-10-02 |
* | | Merge pull request #1528 from baude/runlabel | OpenShift Merge Robot | 2018-10-02 |
|\ \ |
|
| * | | Add container runlabel command | baude | 2018-09-28 |
* | | | Merge pull request #1562 from mheon/update_install_instructions | OpenShift Merge Robot | 2018-10-02 |
|\ \ \
| |_|/
|/| | |
|
| * | | Update docs to build a runc that works with systemd | Matthew Heon | 2018-10-01 |
* | | | Need to allocate memory for hook struct | Daniel J Walsh | 2018-10-02 |
|/ / |
|
* / | runtime: fix message which assumes the runtime is runc | Giuseppe Scrivano | 2018-10-01 |
|/ |
|
* | Merge pull request #1551 from baude/complexnames | OpenShift Merge Robot | 2018-09-28 |
|\ |
|
| * | run complex image names with short names | baude | 2018-09-28 |
* | | Add buildah version and distribution to info | baude | 2018-09-28 |
|/ |
|
* | Disable problematic SELinux code causing runc issues | Matthew Heon | 2018-09-25 |
* | Add --mount option for `create` & `run` command | Daniel J Walsh | 2018-09-21 |
* | Refactor Wait() to not require a timeout | Matthew Heon | 2018-09-21 |
* | Don't output inodes created to run a container | Daniel J Walsh | 2018-09-21 |
* | Add new field to libpod to indicate whether or not to use labelling | Daniel J Walsh | 2018-09-20 |
* | Bind Mounts should be mounted read-only when in read-only mode | Daniel J Walsh | 2018-09-20 |
* | Vendor in latest containers/buildah | Daniel J Walsh | 2018-09-18 |
* | Increase pidWaitTimeout to 1000ms | Emilien Macchi | 2018-09-18 |
* | Hooks supports two directories, process default and override | Daniel J Walsh | 2018-09-17 |
* | Merge pull request #1464 from mheon/optionally_disable_port_reservation | Matthew Heon | 2018-09-14 |
|\ |
|
| * | Add a way to disable port reservation | Matthew Heon | 2018-09-13 |
* | | Merge pull request #1434 from rhatdan/wait | Matthew Heon | 2018-09-14 |
|\ \ |
|
| * | | Add --interval flag to podman wait | Daniel J Walsh | 2018-09-13 |
| |/ |
|
* / | libpod/image/pull: Return image-pulling errors from doPullImage | W. Trevor King | 2018-09-14 |
|/ |
|
* | Explicitly set default CNI network name in libpod.conf | Matthew Heon | 2018-09-12 |
* | Pass on securityOpts from podInfraContainer to container added to pod. | Daniel J Walsh | 2018-09-11 |