| Commit message (Expand) | Author | Age |
* | Merge pull request #6842 from rhatdan/pids-limit | OpenShift Merge Robot | 2020-07-13 |
|\ |
|
| * | Pids-limit should only be set if the user set it | Daniel J Walsh | 2020-07-10 |
* | | Fix container and pod create commands for remote create | Matthew Heon | 2020-07-10 |
|/ |
|
* | Remove dependency on github.com/opencontainers/libpod/configs | Daniel J Walsh | 2020-07-09 |
* | 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 |
|/ |
|
* | Allow empty host port in --publish flag | Matthew Heon | 2020-06-29 |
* | specgen: fix order for setting rlimits | Ralf Haferkamp | 2020-06-26 |
* | Set syslog for exit commands on log-level=debug | Matthew Heon | 2020-06-24 |
* | Merge pull request #6625 from QiWang19/fd | OpenShift Merge Robot | 2020-06-23 |
|\ |
|
| * | Add --preservefds to podman run | Qi Wang | 2020-06-19 |
* | | Fix conflicts between privileged and other flags | Matthew Heon | 2020-06-22 |
|/ |
|
* | Merge pull request #6654 from rhatdan/keepid | OpenShift Merge Robot | 2020-06-17 |
|\ |
|
| * | Don't ignore --user flag in rootless --userns keepid | Daniel J Walsh | 2020-06-17 |
* | | Handle dropping capabilties correctly when running as non root user | Daniel J Walsh | 2020-06-17 |
|/ |
|
* | Add support for the unless-stopped restart policy | Matthew Heon | 2020-06-17 |
* | Merge pull request #6636 from mheon/add_warnings | OpenShift Merge Robot | 2020-06-17 |
|\ |
|
| * | Re-add resource limit warnings to Specgen | Matthew Heon | 2020-06-16 |
* | | Fix --init and --init-path | Joseph Gooch | 2020-06-16 |
|/ |
|
* | pod create: add `--infra-conmon-pidfile` | Valentin Rothberg | 2020-06-11 |
* | pod config: add a `CreateCommand` field | Valentin Rothberg | 2020-06-11 |
* | Fixup issues found by golint | Daniel J Walsh | 2020-06-10 |
* | Fix handling of systemd. | Daniel J Walsh | 2020-06-05 |
* | Merge pull request #6498 from mheon/fix_pod_hostname | OpenShift Merge Robot | 2020-06-05 |
|\ |
|
| * | Ensure that containers in pods properly set hostname | Matthew Heon | 2020-06-04 |
* | | Fix handling of ThrottleWriteIOPSDevice | Daniel J Walsh | 2020-06-05 |
|/ |
|
* | Enable detached exec for remote | Matthew Heon | 2020-06-02 |
* | Add invalid value to error message | Jhon Honce | 2020-06-01 |
* | specgen: fix segfault | Peter Hunt | 2020-05-27 |
* | Attempt to turn on build_without_cgo tests | Daniel J Walsh | 2020-05-22 |
* | Start testing with cross compilation | Daniel J Walsh | 2020-05-21 |
* | Enable cleanup processes for detached exec | Matthew Heon | 2020-05-20 |
* | Add remaining annotations for `podman inspect` | Matthew Heon | 2020-05-08 |
* | Fix `podman pod create --infra=false` | Matthew Heon | 2020-05-08 |
* | Merge pull request #6118 from baude/v2bindingsenforce | OpenShift Merge Robot | 2020-05-08 |
|\ |
|
| * | set binding tests to required | Brent Baude | 2020-05-08 |
* | | Fix parsing of --network for `podman pod create` | Matthew Heon | 2020-05-07 |
|/ |
|
* | podman: split env variables in env and overrides | Giuseppe Scrivano | 2020-05-07 |
* | add {generate,play} kube | Valentin Rothberg | 2020-05-06 |
* | Add small fixes for 'podman run' from diffing inspect | Matthew Heon | 2020-05-05 |
* | Rework port parsing to support --expose and -P | Matthew Heon | 2020-05-04 |
* | cgroupsns was not following containers.conf | Daniel J Walsh | 2020-05-01 |
* | Properly handle default capabilities listed in containers.conf | Daniel J Walsh | 2020-05-01 |
* | Properly handle containers.conf devices | Daniel J Walsh | 2020-05-01 |
* | Merge pull request #6004 from rhatdan/ulimits | OpenShift Merge Robot | 2020-05-01 |
|\ |
|
| * | Set up ulimits for rootless containers. | Daniel J Walsh | 2020-04-28 |
* | | cmd, podman: do not override entrypoint if unset | Giuseppe Scrivano | 2020-04-30 |