| Commit message (Expand) | Author | Age |
* | Add support to checkpoint/restore containers | Adrian Reber | 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 |
|\ \
| |/
|/| |
|
| * | 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 #1576 from rhatdan/label | OpenShift Merge Robot | 2018-10-02 |
|\ \ \
| |_|/
|/| | |
|
| * | | Disable SELinux labeling if --privileged | Daniel J Walsh | 2018-10-02 |
* | | | Merge pull request #1563 from jwhonce/wip/pods | OpenShift Merge Robot | 2018-10-02 |
|\ \ \
| |/ /
|/| | |
|
| * | | * Update documenation | Jhon Honce | 2018-10-01 |
| * | | Implement pod varlink bindings | Jhon Honce | 2018-10-01 |
| |/ |
|
* / | Add --all flag to podman kill | Daniel J Walsh | 2018-09-30 |
|/ |
|
* | Add buildah version and distribution to info | baude | 2018-09-28 |
* | 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 mount /dev/shm if the user told you --ipc=none | Daniel J Walsh | 2018-09-21 |
* | rootless: fix create with images not in the storage | Giuseppe Scrivano | 2018-09-21 |
* | create, rootless: join the userns of ns:PATH | Giuseppe Scrivano | 2018-09-21 |
* | create, rootless: join the userns of container:CONTAINER | Giuseppe Scrivano | 2018-09-21 |
* | Add new field to libpod to indicate whether or not to use labelling | Daniel J Walsh | 2018-09-20 |
* | report when rootless | baude | 2018-09-20 |
* | Vendor in latest containers/buildah | Daniel J Walsh | 2018-09-18 |
* | Don't crash if an image has no names | Daniel J Walsh | 2018-09-18 |
* | Hooks supports two directories, process default and override | Daniel J Walsh | 2018-09-17 |
* | Merge pull request #1472 from giuseppe/rootless-fix-entrypoint | Matthew Heon | 2018-09-14 |
|\ |
|
| * | rootless: do not raise an error if the entrypoint is specified | Giuseppe Scrivano | 2018-09-14 |
* | | Merge pull request #1461 from rhatdan/run | Matthew Heon | 2018-09-14 |
|\ \ |
|
| * | | Remove duplicate code between create.go and run.go | Daniel J Walsh | 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 |
| |/ |
|
* | | Do not set rlimits if we are rootless | Matthew Heon | 2018-09-13 |
* | | Up default Podman rlimits to avoid max open files | Matthew Heon | 2018-09-13 |
* | | Search registries with an empty query | Urvashi Mohnani | 2018-09-13 |
|/ |
|
* | Add `podman rm --volumes` flag | Daniel J Walsh | 2018-09-13 |
* | Pass on securityOpts from podInfraContainer to container added to pod. | Daniel J Walsh | 2018-09-11 |
* | Fix displaying size on size calculation error | Steve Baker | 2018-09-07 |
* | Fix pod sharing for utsmode | Daniel J Walsh | 2018-09-07 |
* | use layer cache when building images | baude | 2018-09-07 |
* | Fix nameing of Namespaces to be more consistent | Daniel J Walsh | 2018-09-06 |
* | Fix up libpod.conf man pages and referencese to it. | Daniel J Walsh | 2018-09-06 |
* | We should fail Podman with ExitCode 125 by default | Daniel J Walsh | 2018-09-05 |
* | Add CRI logs parsing to podman logs | umohnani8 | 2018-09-05 |
* | rmi remove all not error when no images are present | baude | 2018-09-05 |
* | rootless: check uid with Geteuid() instead of Getuid() | Giuseppe Scrivano | 2018-09-04 |
* | rootless, create: support --pod | Giuseppe Scrivano | 2018-09-04 |
* | rootless, run: support --pod | Giuseppe Scrivano | 2018-09-04 |
* | rootless: be in an userns to initialize the runtime | Giuseppe Scrivano | 2018-09-04 |
* | commandNotFoundHandler: use stderr and exit code 1 | Valentin Rothberg | 2018-09-01 |