| Commit message (Expand) | Author | Age |
* | Ensure storage options are properly initialized | Matthew Heon | 2018-12-10 |
* | Add "podman volume" command | umohnani8 | 2018-12-06 |
* | Merge pull request #1918 from mheon/use_db_paths | OpenShift Merge Robot | 2018-12-05 |
|\ |
|
| * | Fix libpod static dir selection when graphroot changed | Matthew Heon | 2018-12-03 |
| * | Move rootless storage config into libpod | Matthew Heon | 2018-12-02 |
| * | Add a struct indicating if some Runtime fields were set | Matthew Heon | 2018-12-02 |
* | | libpod/container_internal: Deprecate implicit hook directories | W. Trevor King | 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 |
* | Allow containers/storage to handle on SELinux labeling | Daniel J Walsh | 2018-10-23 |
* | Mount proper cgroup for systemd to manage inside of the container. | Daniel J Walsh | 2018-10-15 |
* | Fix gofmt | Matthew Heon | 2018-10-11 |
* | Temporary commit to swap branches | Matthew Heon | 2018-10-11 |
* | Add new field to libpod to indicate whether or not to use labelling | Daniel J Walsh | 2018-09-20 |
* | Hooks supports two directories, process default and override | Daniel J Walsh | 2018-09-17 |
* | Pass on securityOpts from podInfraContainer to container added to pod. | Daniel J Walsh | 2018-09-11 |
* | Refactor error checking in With*NSFromPod options | haircommander | 2018-08-23 |
* | 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 |
* | Add --namespace flag to Podman | Matthew Heon | 2018-07-24 |
* | Add constraint that dependencies must be in the same ns | Matthew Heon | 2018-07-24 |
* | Add container and pod namespaces to configs | Matthew Heon | 2018-07-24 |
* | Support multiple networks | baude | 2018-07-12 |
* | Add --volumes-from flag to podman run and create | umohnani8 | 2018-07-09 |
* | Add `podman container cleanup` to CLI | Daniel J Walsh | 2018-06-29 |
* | podman: accept option --rootfs to use exploded images | Giuseppe Scrivano | 2018-06-15 |
* | Add per-pod CGroups | Matthew Heon | 2018-05-17 |
* | libpod: Add HooksDirNotExistFatal | W. Trevor King | 2018-05-11 |
* | Add --cgroup-manager flag to Podman binary | Matthew Heon | 2018-05-11 |
* | 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 |
* | Store user Volumes, Entrypoint, Command in database | Matthew Heon | 2018-05-03 |
* | Further fix Godoc comments in options.go | Matthew Heon | 2018-05-03 |
* | Fix Godoc comments in options.go | Matthew Heon | 2018-05-03 |
* | Add config bool to indicate there are user volumes | Matthew Heon | 2018-05-03 |
* | Modify secrets pkg | umohnani8 | 2018-04-27 |
* | Add --default-mounts-file hidden flag | umohnani8 | 2018-04-26 |
* | Functionality changes to the following flags | umohnani8 | 2018-04-06 |
* | Add hooks support to podman | Daniel J Walsh | 2018-04-05 |
* | Fix golint | Matthew Heon | 2018-04-03 |
* | Add backend code for generic dependencies | Matthew Heon | 2018-04-03 |
* | podman: new option --conmon-pidfile= | Giuseppe Scrivano | 2018-03-29 |
* | Change conmon and runtime paths to arrays | Matthew Heon | 2018-03-06 |
* | Address review comments | baude | 2018-02-24 |
* | Add support for --no-new-privs | Daniel J Walsh | 2018-02-24 |
* | Push up createConfig.CgroupParent processing to parent | Jhon Honce | 2018-02-22 |
* | Implement podman run option --cgroup-parent | Jhon Honce | 2018-02-22 |
* | Remove unused registry related options from libpod | Matthew Heon | 2018-02-19 |
* | Containers in a pod can only join namespaces in that pod | Matthew Heon | 2018-02-12 |