| Commit message (Expand) | Author | Age |
* | Mount proper cgroup for systemd to manage inside of the container. | Daniel J Walsh | 2018-10-15 |
* | Merge pull request #1557 from rhatdan/systemd | OpenShift Merge Robot | 2018-10-04 |
|\ |
|
| * | Don't tmpcopyup on systemd cgroup | Daniel J Walsh | 2018-09-29 |
* | | rootless: raise an error when trying to use cgroups | Giuseppe Scrivano | 2018-10-01 |
|/ |
|
* | 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 |
* | Small updates to OCI spec generation | Matthew Heon | 2018-09-17 |
* | Don't mount /dev/* if user mounted /dev | Daniel J Walsh | 2018-09-14 |
* | Swap default mount propagation from private to rprivate | Matthew Heon | 2018-09-13 |
* | Respect user-added mounts over default spec mounts | Matthew Heon | 2018-09-07 |
* | Ensure we do not overlap mounts in the spec | Matthew Heon | 2018-09-07 |
* | Add proper support for systemd inside of podman | Daniel J Walsh | 2018-08-31 |
* | Set nproc in containers unless explicitly overridden | Matthew Heon | 2018-08-28 |
* | Do not set max open files by default if we are rootless | Matthew Heon | 2018-08-28 |
* | Set default max open files in spec | Matthew Heon | 2018-08-28 |
* | Fix Mount Propagation | Giuseppe Scrivano | 2018-08-27 |
* | rootless: fix --pid=host | Giuseppe Scrivano | 2018-08-27 |
* | rootless: fix --ipc=host | Giuseppe Scrivano | 2018-08-27 |
* | spec: bind mount /sys only when userNS are enabled | Giuseppe Scrivano | 2018-08-27 |
* | Added option to share kernel namespaces in libpod and podman | haircommander | 2018-08-23 |
* | rootless: fix --net host --privileged | Giuseppe Scrivano | 2018-08-22 |
* | podman: fix --uts=host | Giuseppe Scrivano | 2018-08-17 |
* | switch projectatomic to containers | Daniel J Walsh | 2018-08-16 |
* | Revert "spec: bind mount /sys only for rootless containers" | Giuseppe Scrivano | 2018-08-16 |
* | spec: bind mount /sys only for rootless containers | Giuseppe Scrivano | 2018-08-15 |
* | Fix handling of hostname in --net=host | Daniel J Walsh | 2018-08-15 |
* | podman: allow to specify the IPC namespace to join | Giuseppe Scrivano | 2018-07-24 |
* | podman: allow to specify the UTS namespace to join | Giuseppe Scrivano | 2018-07-24 |
* | podman: allow to specify the PID namespace to join | Giuseppe Scrivano | 2018-07-24 |
* | podman: allow to specify the userns to join | Giuseppe Scrivano | 2018-07-24 |
* | network: support ns: prefix to join existing namespace | Giuseppe Scrivano | 2018-07-24 |
* | spec: allow container:NAME network mode | Giuseppe Scrivano | 2018-07-24 |
* | Support multiple networks | baude | 2018-07-12 |
* | Add --volumes-from flag to podman run and create | umohnani8 | 2018-07-09 |
* | Mask /proc/keys to protect information leak about keys on host | Daniel J Walsh | 2018-07-08 |
* | Block use of /proc/acpi from inside containers | Daniel J Walsh | 2018-07-06 |
* | changes to allow for darwin compilation | baude | 2018-06-29 |
* | Start using github.com/seccomp/containers-golang | Daniel J Walsh | 2018-06-29 |
* | *: Replace Generator.Spec() with Generator.Config | W. Trevor King | 2018-06-27 |
* | generator.New() requires an OS string input variable | baude | 2018-06-27 |
* | rootless: add management for the userNS | Giuseppe Scrivano | 2018-06-27 |
* | spec: remove dead code | Giuseppe Scrivano | 2018-06-15 |
* | oci: do not set resources in rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | spec: change mount options for /dev/pts in rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | When setting a memory limit, also set a swap limit | Matthew Heon | 2018-06-15 |
* | Add flag to add annotations to a container | Matthew Heon | 2018-06-04 |
* | Clear all caps, except the bounding set, when --user is specified. | Daniel J Walsh | 2018-05-31 |
* | podman create, start, getattachsocket | baude | 2018-05-21 |