| Commit message (Expand) | Author | Age |
* | Fix podman pod create --infra-command and --infra-image | Daniel J Walsh | 2020-09-16 |
* | Merge pull request #7600 from rhatdan/codespell | OpenShift Merge Robot | 2020-09-11 |
|\ |
|
| * | Fix up errors found by codespell | Daniel J Walsh | 2020-09-11 |
* | | Merge pull request #7403 from QiWang19/runtime-flag | OpenShift Merge Robot | 2020-09-11 |
|\ \
| |/
|/| |
|
| * | Add global options --runtime-flags | Qi Wang | 2020-09-04 |
* | | libpod: read mappings when joining a container userns | Giuseppe Scrivano | 2020-09-10 |
|/ |
|
* | Ensure pod infra containers have an exit command | Matthew Heon | 2020-08-13 |
* | Ensure WORKDIR from images is created | Matthew Heon | 2020-08-03 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | Add --umask flag for create, run | Ashley Cui | 2020-07-21 |
* | Add support for overlay volume mounts in podman. | Qi Wang | 2020-07-20 |
* | libpod: pass down network options | Giuseppe Scrivano | 2020-07-16 |
* | Fix container and pod create commands for remote create | Matthew Heon | 2020-07-10 |
* | Add username to /etc/passwd inside of container if --userns keep-id | Daniel J Walsh | 2020-07-07 |
* | Implement --sdnotify cmdline option to control sd-notify behavior | Joseph Gooch | 2020-07-06 |
* | Merge pull request #6836 from ashley-cui/tzlibpod | OpenShift Merge Robot | 2020-07-06 |
|\ |
|
| * | Add --tz flag to create, run | Ashley Cui | 2020-07-02 |
* | | move go module to v2 | Valentin Rothberg | 2020-07-06 |
|/ |
|
* | Merge pull request #6747 from giuseppe/fix-user-volumes | OpenShift Merge Robot | 2020-06-30 |
|\ |
|
| * | container: move volume chown after spec generation | Giuseppe Scrivano | 2020-06-29 |
* | | podman: add new cgroup mode split | Giuseppe Scrivano | 2020-06-25 |
|/ |
|
* | Add --preservefds to podman run | Qi Wang | 2020-06-19 |
* | Merge pull request #6560 from mheon/fix_exec_logdriver | OpenShift Merge Robot | 2020-06-17 |
|\ |
|
| * | Do not share container log driver for exec | Matthew Heon | 2020-06-17 |
* | | Add support for the unless-stopped restart policy | Matthew Heon | 2020-06-17 |
|/ |
|
* | pod create: add `--infra-conmon-pidfile` | Valentin Rothberg | 2020-06-11 |
* | pod config: add a `CreateCommand` field | Valentin Rothberg | 2020-06-11 |
* | compat handlers: add X-Registry-Auth header support | Valentin Rothberg | 2020-05-29 |
* | Remove github.com/libpod/libpod from cmd/pkg/podman | Daniel J Walsh | 2020-05-21 |
* | Fix bug where pods would unintentionally share cgroupns | Matthew Heon | 2020-05-08 |
* | enable volume integration tests | Brent Baude | 2020-04-27 |
* | podman v2 remove bloat v2 | Brent Baude | 2020-04-16 |
* | pkg/spec.InitFSMounts: optimize | Kir Kolyshkin | 2020-04-02 |
* | Add support for containers.conf | Daniel J Walsh | 2020-03-27 |
* | Add bindings for Container Exec Create + Inspect | Matthew Heon | 2020-03-26 |
* | auto updates | Valentin Rothberg | 2020-03-17 |
* | Add validate() for containers | Matthew Heon | 2020-03-02 |
* | Remove ImageVolumes from database | Matthew Heon | 2020-02-21 |
* | Add network options to podman pod create | Matthew Heon | 2020-02-19 |
* | Add ability for pods to use the host network | Matthew Heon | 2020-02-17 |
* | Add backend code for pod network options | Matthew Heon | 2020-02-04 |
* | Deprecate & remove IsCtrSpecific in favor of IsAnon | Matthew Heon | 2020-01-29 |
* | podman: add new option --cgroups=no-conmon | Giuseppe Scrivano | 2020-01-16 |
* | make lint: enable gocritic | Valentin Rothberg | 2020-01-13 |
* | log: support --log-opt tag= | Giuseppe Scrivano | 2020-01-10 |
* | fix lint - drop else block | Valentin Rothberg | 2020-01-08 |
* | fix lint: add comment for NameRegex and error | Valentin Rothberg | 2020-01-08 |
* | container config: add CreateCommand | Valentin Rothberg | 2019-12-13 |
* | Merge pull request #4493 from mheon/add_removing_state | OpenShift Merge Robot | 2019-12-02 |
|\ |
|
| * | Add ContainerStateRemoving | Matthew Heon | 2019-11-19 |