| Commit message (Expand) | Author | Age |
... | |
* | Added support to migrate containers | Adrian Reber | 2019-06-03 |
* | Merge pull request #2709 from haircommander/journald | OpenShift Merge Robot | 2019-05-29 |
|\ |
|
| * | Address comments | Peter Hunt | 2019-05-28 |
| * | Added --log-driver and journald logging | Peter Hunt | 2019-05-28 |
* | | Revert "rootless: change default path for conmon.pid" | Giuseppe Scrivano | 2019-05-25 |
|/ |
|
* | Use standard remove functions for removing pod ctrs | Matthew Heon | 2019-05-10 |
* | 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 |
|/ |
|
* | Major rework of --volumes-from flag | Matthew Heon | 2019-04-04 |
* | Add handling for new named volumes code in pkg/spec | Matthew Heon | 2019-04-04 |
* | Create non-existing named volumes at container create | Matthew Heon | 2019-04-04 |
* | Switch Libpod over to new explicit named volumes | Matthew Heon | 2019-04-04 |
* | rootless: use a single user namespace | Giuseppe Scrivano | 2019-04-01 |
* | userns: do not use an intermediate mount namespace | Giuseppe Scrivano | 2019-03-29 |
* | volumes: push the chown logic to runtime_volume_linux.go | Giuseppe Scrivano | 2019-03-29 |
* | Remove ulele/deepcopier in favor of JSON deep copy | Matthew Heon | 2019-03-27 |
* | volume: create new volumes with right ownership | Giuseppe Scrivano | 2019-03-21 |
* | rootless: change default path for conmon.pid | Giuseppe Scrivano | 2019-03-15 |
* | Add event logging to libpod, even display to podman | baude | 2019-03-11 |
* | Only remove image volumes when removing containers | Matthew Heon | 2019-02-26 |
* | Remove locks from volumes | Matthew Heon | 2019-02-21 |
* | OpenTracing support added to start, stop, run, create, pull, and ps | Sebastian Jug | 2019-02-18 |
* | Fix volume handling in podman | Daniel J Walsh | 2019-02-14 |
* | Remove container from storage on --force | Daniel J Walsh | 2019-02-09 |
* | podman-remote import|export | baude | 2019-02-05 |
* | podman-remote inspect | baude | 2019-01-18 |
* | config: store the runtime used to create each container | Giuseppe Scrivano | 2019-01-14 |
* | Rename libpod.Config back to ContainerConfig | Matthew Heon | 2019-01-07 |
* | Move lock init after tmp dir is populated properly | Matthew Heon | 2019-01-04 |
* | Convert pods to SHM locks | Matthew Heon | 2019-01-04 |
* | Convert containers to SHM locking | Matthew Heon | 2019-01-04 |
* | 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 |
* | libpod: always store the conmon pid file | Giuseppe Scrivano | 2018-12-21 |
* | Add "podman volume" command | umohnani8 | 2018-12-06 |
* | rm -f now removes a paused container | baude | 2018-11-08 |
* | EXPERIMENTAL: Do not call out to runc for sync | Matthew Heon | 2018-11-07 |
* | Allow containers/storage to handle on SELinux labeling | Daniel J Walsh | 2018-10-23 |
* | 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 |
* | Add new field to libpod to indicate whether or not to use labelling | Daniel J Walsh | 2018-09-20 |
* | Fixing network ns segfault | haircommander | 2018-08-23 |
* | Change pause container to infra container | haircommander | 2018-08-23 |
* | Added option to share kernel namespaces in libpod and podman | haircommander | 2018-08-23 |
* | removeContainer: fix deadlock | Valentin Rothberg | 2018-08-10 |
* | Fix CGroupFS cgroup manager cgroup creation for pods | Matthew Heon | 2018-08-08 |
* | Set namespace for new pods/containers based on runtime | Matthew Heon | 2018-07-24 |
* | Returning joining namespace error should not be fatal | Daniel J Walsh | 2018-06-29 |