| Commit message (Expand) | Author | Age |
* | Merge pull request #2138 from giuseppe/rootless-pod-fix | OpenShift Merge Robot | 2019-01-11 |
|\ |
|
| * | spec: add nosuid,noexec,nodev to ro bind mount | Giuseppe Scrivano | 2019-01-11 |
* | | Replace tab with spaces in MarshalIndent in libpod | Matthew Heon | 2019-01-10 |
* | | Move all libpod/ JSON references over to jsoniter | Matthew Heon | 2019-01-10 |
|/ |
|
* | apparmor: apply default profile at container initialization | Valentin Rothberg | 2019-01-09 |
* | Merge pull request #2061 from adrianreber/static-ip | OpenShift Merge Robot | 2019-01-09 |
|\ |
|
| * | Use existing interface to request IP address during restore | Adrian Reber | 2019-01-09 |
* | | hooks: Add pre-create hooks for runtime-config manipulation | W. Trevor King | 2019-01-08 |
|/ |
|
* | Fixes to handle /dev/shm correctly. | Daniel J Walsh | 2018-12-24 |
* | Containers sharing a netns should share resolv/hosts | Matthew Heon | 2018-12-11 |
* | Prevent a second lookup of user for image volumes | Matthew Heon | 2018-12-11 |
* | bind mount /etc/resolv.conf|hosts in pods | baude | 2018-12-06 |
* | Merge pull request #1940 from wking/numeric-gid | OpenShift Merge Robot | 2018-12-05 |
|\ |
|
| * | libpod/container_internal_linux: Allow gids that aren't in the group file | W. Trevor King | 2018-12-04 |
* | | libpod/container_internal: Deprecate implicit hook directories | W. Trevor King | 2018-12-03 |
|/ |
|
* | Merge pull request #1880 from baude/f29fixes | OpenShift Merge Robot | 2018-11-28 |
|\ |
|
| * | Fix golang formatting issues | baude | 2018-11-28 |
* | | Merge pull request #1846 from cgwalters/netns-dns-localhost | OpenShift Merge Robot | 2018-11-28 |
|\ \
| |/
|/| |
|
| * | Use host's resolv.conf if no network namespace enabled | Colin Walters | 2018-11-27 |
* | | Use also a struct to pass options to Restore() | Adrian Reber | 2018-11-28 |
|/ |
|
* | Merge pull request #1850 from vrothberg/mount-propagation | OpenShift Merge Robot | 2018-11-27 |
|\ |
|
| * | set root propagation based on volume properties | Valentin Rothberg | 2018-11-26 |
* | | Merge pull request #1734 from rhatdan/network | OpenShift Merge Robot | 2018-11-27 |
|\ \
| |/
|/| |
|
| * | libpod should know if the network is disabled | Daniel J Walsh | 2018-11-13 |
* | | Added option to keep containers running after checkpointing | Adrian Reber | 2018-11-20 |
* | | Use a struct to pass options to Checkpoint() | Adrian Reber | 2018-11-20 |
|/ |
|
* | Accurately update state if prepare() partially fails | Matthew Heon | 2018-11-08 |
* | 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 |
* | | rootless: mount /sys/fs/cgroup/systemd from the host | Giuseppe Scrivano | 2018-11-07 |
* | | rootless: don't bind mount /sys/fs/cgroup/systemd in systemd mode | Giuseppe Scrivano | 2018-11-07 |
|/ |
|
* | get user and group information using securejoin and runc's user library | baude | 2018-10-29 |
* | Merge pull request #1699 from baude/rund | OpenShift Merge Robot | 2018-10-25 |
|\ |
|
| * | run prepare in parallel | baude | 2018-10-25 |
* | | Increase security and performance when looking up groups | baude | 2018-10-25 |
|/ |
|
* | Use the CRIU version check in checkpoint/restore | Adrian Reber | 2018-10-23 |
* | Fix CGroup paths used for systemd CGroup mount | Matthew Heon | 2018-10-17 |
* | Mount proper cgroup for systemd to manage inside of the container. | Daniel J Walsh | 2018-10-15 |
* | Add support to checkpoint/restore containers | Adrian Reber | 2018-10-03 |
* | 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 |
* | 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 |
* | Fix Mount Propagation | Giuseppe Scrivano | 2018-08-27 |
* | 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 |
* | podman: fix --uts=host | Giuseppe Scrivano | 2018-08-17 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | We need to sort mounts so that one mount does not over mount another. | Daniel J Walsh | 2018-08-10 |