| Commit message (Expand) | Author | Age |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Option handling has become large and should be a shared function | Daniel J Walsh | 2018-06-22 |
* | spec: remove dead code | Giuseppe Scrivano | 2018-06-15 |
* | network: do not attempt to create a network in rootless mode | 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 |
* | podman: accept option --rootfs to use exploded images | 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 |
* | Spell check strings and comments | Jhon Honce | 2018-05-25 |
* | podman create, start, getattachsocket | baude | 2018-05-21 |