| Commit message (Expand) | Author | Age |
* | Fix volume handling in podman | Daniel J Walsh | 2019-02-14 |
* | Fix manual detach from containers to not wait for exit | Matthew Heon | 2019-02-12 |
* | cleanup: use the correct runtime | Giuseppe Scrivano | 2019-02-07 |
* | rootless: support port redirection from the host | Giuseppe Scrivano | 2019-01-19 |
* | podman play kube: add containers to pod | baude | 2019-01-11 |
* | createconfig: always cleanup a rootless container | Giuseppe Scrivano | 2019-01-10 |
* | add container-init support | Valentin Rothberg | 2019-01-04 |
* | create pod on the fly | baude | 2018-12-03 |
* | network: allow slirp4netns mode also for root containers | Giuseppe Scrivano | 2018-11-28 |
* | Allow users to expose ports from the pod to the host | baude | 2018-11-20 |
* | Mount proper cgroup for systemd to manage inside of the container. | Daniel J Walsh | 2018-10-15 |
* | Merge pull request #1605 from mheon/syslog_cleanup | OpenShift Merge Robot | 2018-10-11 |
|\ |
|
| * | Pass along syslog variable to podman cleanup processes | Matthew Heon | 2018-10-11 |
* | | Add --ip flag and plumbing into libpod | Matthew Heon | 2018-10-11 |
|/ |
|
* | Add --mount option for `create` & `run` command | Daniel J Walsh | 2018-09-21 |
* | Don't mount /dev/shm if the user told you --ipc=none | Daniel J Walsh | 2018-09-21 |
* | spec: refactor ns modes to a common interface | Giuseppe Scrivano | 2018-09-21 |
* | Add new field to libpod to indicate whether or not to use labelling | Daniel J Walsh | 2018-09-20 |
* | Swap default mount propagation from private to rprivate | Matthew Heon | 2018-09-13 |
* | Pass on securityOpts from podInfraContainer to container added to pod. | Daniel J Walsh | 2018-09-11 |
* | Fix pod sharing for utsmode | Daniel J Walsh | 2018-09-07 |
* | Respect user-added mounts over default spec mounts | Matthew Heon | 2018-09-07 |
* | Add proper support for systemd inside of podman | Daniel J Walsh | 2018-08-31 |
* | Fix Mount Propagation | Giuseppe Scrivano | 2018-08-27 |
* | exposes tcp port only if no proto specified. | Kunal Kushwaha | 2018-08-24 |
* | Fixing network ns segfault | haircommander | 2018-08-23 |
* | Added option to share kernel namespaces in libpod and podman | haircommander | 2018-08-23 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | network: add support for rootless network with slirp4netns | Giuseppe Scrivano | 2018-07-31 |
* | Clear variables used to store options after parsing for every volume | umohnani8 | 2018-07-25 |
* | network: support ns: prefix to join existing namespace | Giuseppe Scrivano | 2018-07-24 |
* | Added full podman pod ps, with tests and man page | haircommander | 2018-07-13 |
* | Podman pod create/rm commands with man page and tests. | haircommander | 2018-07-13 |
* | Support multiple networks | baude | 2018-07-12 |
* | Add --volumes-from flag to podman run and create | umohnani8 | 2018-07-09 |
* | spec: Make addPrivilegedDevices and createBlockIO per-platform | W. Trevor King | 2018-07-06 |
* | more changes to compile darwin | baude | 2018-07-05 |
* | changes to allow for darwin compilation | baude | 2018-06-29 |
* | Add `podman container cleanup` to CLI | Daniel J Walsh | 2018-06-29 |
* | rootless: add management for the userNS | Giuseppe Scrivano | 2018-06-27 |
* | Option handling has become large and should be a shared function | Daniel J Walsh | 2018-06-22 |
* | network: do not attempt to create a network in rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | podman: accept option --rootfs to use exploded images | Giuseppe Scrivano | 2018-06-15 |
* | Add flag to add annotations to a container | Matthew Heon | 2018-06-04 |
* | podman create, start, getattachsocket | baude | 2018-05-21 |