| Commit message (Expand) | Author | Age |
* | Merge pull request #7239 from rhatdan/working | OpenShift Merge Robot | 2020-08-11 |
|\ |
|
| * | Fix handling of working dir | Daniel J Walsh | 2020-08-10 |
* | | Do not use image CMD if user gave ENTRYPOINT | Matthew Heon | 2020-08-10 |
|/ |
|
* | Merge pull request #7176 from mheon/make_entrypoint | OpenShift Merge Robot | 2020-08-05 |
|\ |
|
| * | Ensure WORKDIR from images is created | Matthew Heon | 2020-08-03 |
* | | fix pod creation with "new:" syntax | Paul Holzinger | 2020-07-31 |
|/ |
|
* | Binding the same container port to >1 host port is OK | Matthew Heon | 2020-07-29 |
* | Switch all references to github.com/containers/libpod -> podman | Daniel J Walsh | 2020-07-28 |
* | Support default profile for apparmor | Daniel J Walsh | 2020-07-22 |
* | Add --umask flag for create, run | Ashley Cui | 2020-07-21 |
* | Add support for overlay volume mounts in podman. | Qi Wang | 2020-07-20 |
* | abi: set default umask and rlimits | Giuseppe Scrivano | 2020-07-17 |
* | Merge pull request #6965 from giuseppe/followup-pr6324 | OpenShift Merge Robot | 2020-07-17 |
|\ |
|
| * | libpod: pass down network options | Giuseppe Scrivano | 2020-07-16 |
| * | allow switching of port-forward approaches in rootless/using slirp4netns | aleks-mariusz | 2020-07-15 |
* | | Fix "Error: unrecognized protocol \"TCP\" in port mapping" | Akihiro Suda | 2020-07-15 |
|/ |
|
* | Merge pull request #6957 from rhatdan/sysdev | OpenShift Merge Robot | 2020-07-14 |
|\ |
|
| * | Mask out /sys/dev to prevent information leak from the host | Daniel J Walsh | 2020-07-14 |
* | | Merge pull request #6939 from rhatdan/entrypoint | OpenShift Merge Robot | 2020-07-14 |
|\ \ |
|
| * | | Fix handling of entrypoint | Daniel J Walsh | 2020-07-14 |
| |/ |
|
* / | When determining systemd mode, use full command | Matthew Heon | 2020-07-14 |
|/ |
|
* | 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 |
* | Add --preservefds to podman run | Qi Wang | 2020-06-19 |
* | 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 |
* | specgen: fix segfault | Peter Hunt | 2020-05-27 |