| Commit message (Expand) | Author | Age |
... | |
* | oci: do not set the cgroup path in Rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | container: do not add shm in rootless mode | Giuseppe Scrivano | 2018-06-15 |
* | oci: pass XDG_RUNTIME_DIR down to the OCI runtime | Giuseppe Scrivano | 2018-06-15 |
* | podman: accept option --rootfs to use exploded images | Giuseppe Scrivano | 2018-06-15 |
* | Fix cleaning up network namespaces on detached ctrs | Matthew Heon | 2018-06-15 |
* | Correctly report errors retrieving containers in ps | Matthew Heon | 2018-06-14 |
* | Remove container from state before cleaning up. | Daniel J Walsh | 2018-06-10 |
* | Remove SELinux transition rule after conmon is started. | Daniel J Walsh | 2018-06-06 |
* | Added a defer to an Unlock that immediately followed a Lock | haircommander | 2018-06-05 |
* | libpod: Execute poststop hooks locally | W. Trevor King | 2018-06-04 |
* | Merge pull request #859 from rhatdan/onbuild | Daniel J Walsh | 2018-06-01 |
|\ |
|
| * | Add OnBuild support for podman build | Daniel J Walsh | 2018-06-01 |
* | | runtime: add /usr/libexec/podman/conmon to the conmon paths | Giuseppe Scrivano | 2018-06-01 |
|/ |
|
* | fix panic with podman pull | baude | 2018-05-31 |
* | Catch does not exist error | Daniel J Walsh | 2018-05-31 |
* | We need to change the SELinux label of the conmon process to s0 | Daniel J Walsh | 2018-05-31 |
* | Make references to the Process part of Spec conditional | Matthew Heon | 2018-05-25 |
* | save and load should support multi-tag for docker-archive | umohnani8 | 2018-05-25 |
* | Spell check strings and comments | Jhon Honce | 2018-05-25 |
* | Set Entrypoint from image only if not already set | Matthew Heon | 2018-05-24 |
* | Fix handling of command in images | Daniel J Walsh | 2018-05-23 |
* | podman create, start, getattachsocket | baude | 2018-05-21 |
* | honor multiple change values | baude | 2018-05-21 |
* | Refresh pods when refreshing podman state | Matthew Heon | 2018-05-17 |
* | Add per-pod CGroups | Matthew Heon | 2018-05-17 |
* | Add pod state | Matthew Heon | 2018-05-17 |
* | Use container cleanup() functions when removing | Matthew Heon | 2018-05-17 |
* | chrootuser: default to GID 0 when given a numeric --user | Nalin Dahyabhai | 2018-05-17 |
* | Allow push/save without image reference | umohnani8 | 2018-05-16 |
* | implement varlink commit | baude | 2018-05-15 |
* | hooks: Add package support for extension stages | W. Trevor King | 2018-05-14 |
* | Gracefully handle containers removed from c/storage | Matthew Heon | 2018-05-14 |
* | hooks: Order injection by collated JSON filename | W. Trevor King | 2018-05-11 |
* | libpod: Add HooksDirNotExistFatal | W. Trevor King | 2018-05-11 |
* | pkg/hooks: Version the hook structure and add 1.0.0 hooks | W. Trevor King | 2018-05-11 |
* | Do not error trying to remove cgroups that don't exist | Matthew Heon | 2018-05-11 |
* | Remove parent cgroup we create with cgroupfs | Matthew Heon | 2018-05-11 |
* | Place Conmon and Container in separate CGroups | Matthew Heon | 2018-05-11 |
* | Add --cgroup-manager flag to Podman binary | Matthew Heon | 2018-05-11 |
* | Major fixes to systemd cgroup handling | Matthew Heon | 2018-05-11 |
* | Alter CGroup path handling for 'podman top' | Matthew Heon | 2018-05-11 |
* | Add validation for CGroup parents. Pass CGroups path into runc | Matthew Heon | 2018-05-11 |
* | podman push should honor registries.conf | baude | 2018-05-10 |
* | container.go: fix lint error | Giuseppe Scrivano | 2018-05-05 |
* | Should not error out if container no longer exists in oci | Daniel J Walsh | 2018-05-04 |
* | podman, userNS: configure an intermediate mount namespace | Giuseppe Scrivano | 2018-05-04 |
* | networking, userNS: configure the network namespace after create | Giuseppe Scrivano | 2018-05-04 |
* | Begin wiring in USERNS Support into podman | Daniel J Walsh | 2018-05-04 |
* | Fix pulling from secure registry | baude | 2018-05-04 |
* | Optionally init() during container restart | Matthew Heon | 2018-05-04 |