| Commit message (Expand) | Author | Age |
... | |
| * | | | Image volumes should not be mounted noexec | Matthew Heon | 2019-10-23 |
* | | | | Add parsing for UID, GID in volume "o" option | Matthew Heon | 2019-10-22 |
|/ / / |
|
* | | | Merge pull request #4287 from mheon/anonymous_volumes | OpenShift Merge Robot | 2019-10-22 |
|\ \ \ |
|
| * | | | Add support for anonymous volumes to `podman run -v` | Matthew Heon | 2019-10-17 |
* | | | | Merge pull request #4284 from mheon/fix_vol_inspect | OpenShift Merge Robot | 2019-10-21 |
|\ \ \ \ |
|
| * | | | | Rewrite backend for remote 'volume inspect' | Matthew Heon | 2019-10-21 |
* | | | | | Merge pull request #4309 from giuseppe/write-storage-overrides | OpenShift Merge Robot | 2019-10-21 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | rootless: write storage overrides to the conf file | Giuseppe Scrivano | 2019-10-21 |
| | |_|/
| |/| | |
|
* | | | | Merge pull request #4125 from baude/remotestdin | OpenShift Merge Robot | 2019-10-20 |
|\ \ \ \ |
|
| * | | | | Add ability to redirect bash for run -i | baude | 2019-10-15 |
* | | | | | rootless: do not enable lingering mode | Giuseppe Scrivano | 2019-10-17 |
| |/ / /
|/| | | |
|
* | | | | Merge pull request #4271 from tylarb/stdin_attach | OpenShift Merge Robot | 2019-10-17 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Attach stdin to container at start if it was created with --interactive | Tyler Ramer | 2019-10-15 |
| |/ / |
|
* | | | Merge pull request #4279 from giuseppe/rootless-drop-dep-docker | OpenShift Merge Robot | 2019-10-17 |
|\ \ \
| |_|/
|/| | |
|
| * | | rootless: drop dependency on docker | Giuseppe Scrivano | 2019-10-16 |
| |/ |
|
* / | start: print full container ID | bklimenko | 2019-10-16 |
|/ |
|
* | Fix sample's JSON syntax error in oci-hooks.5.md | Kenta Tada | 2019-10-14 |
* | Merge pull request #4233 from mheon/fix_cc | OpenShift Merge Robot | 2019-10-12 |
|\ |
|
| * | Allow giving path to Podman for cleanup command | Matthew Heon | 2019-10-11 |
* | | Merge pull request #4220 from mheon/null_runtime | OpenShift Merge Robot | 2019-10-11 |
|\ \ |
|
| * | | Move OCI runtime implementation behind an interface | Matthew Heon | 2019-10-10 |
| |/ |
|
* | | Merge pull request #4235 from giuseppe/no-pids-cgroupfs | OpenShift Merge Robot | 2019-10-11 |
|\ \ |
|
| * | | rootless: do not set PIDs limit if --cgroup-manager=cgroupfs | Giuseppe Scrivano | 2019-10-11 |
* | | | Merge pull request #4223 from QiWang19/uidmap | OpenShift Merge Robot | 2019-10-10 |
|\ \ \ |
|
| * | | | show uid_map in podman info | Qi Wang | 2019-10-09 |
| | |/
| |/| |
|
* | | | Merge pull request #4206 from giuseppe/systemd-mode-look-full-path | OpenShift Merge Robot | 2019-10-10 |
|\ \ \
| |/ /
|/| | |
|
| * | | systemd: expect full path /usr/sbin/init | Giuseppe Scrivano | 2019-10-09 |
| |/ |
|
* | | rootless: automatically recreate the pause.pid file | Giuseppe Scrivano | 2019-10-09 |
* | | rootless: do not close files twice | Giuseppe Scrivano | 2019-10-09 |
|/ |
|
* | Merge pull request #4032 from rhatdan/pids-limit | OpenShift Merge Robot | 2019-10-07 |
|\ |
|
| * | Setup a reasonable default for pids-limit 4096 | Daniel J Walsh | 2019-10-04 |
* | | Update c/image to v4.0.1 and buildah to 1.11.3 | Miloslav Trmač | 2019-10-04 |
|/ |
|
* | Merge pull request #3549 from marcov/evict-container | OpenShift Merge Robot | 2019-10-04 |
|\ |
|
| * | rm: add containers eviction with `rm --force` | Marco Vedovati | 2019-09-25 |
* | | Merge pull request #4161 from afbjorklund/machine-env | OpenShift Merge Robot | 2019-10-03 |
|\ \ |
|
| * | | Apply changes also to the windows implementation | Anders F Björklund | 2019-10-02 |
| * | | Avoid hard-coding path to varlink and podman | Anders F Björklund | 2019-10-01 |
| * | | Allow changing IdentityFile and to IgnoreHosts | Anders F Björklund | 2019-10-01 |
* | | | rootless: allow cgroupfs manager on cgroups v2 | Giuseppe Scrivano | 2019-10-02 |
|/ / |
|
* | | network: hide EPERM warning when rootless | Giuseppe Scrivano | 2019-10-01 |
* | | Merge pull request #4001 from kunalkushwaha/podman-import-fix | OpenShift Merge Robot | 2019-09-30 |
|\ \ |
|
| * | | syntax updated for podman import --change | Kunal Kushwaha | 2019-09-27 |
* | | | Merge pull request #4124 from mheon/set_log_level_early | OpenShift Merge Robot | 2019-09-27 |
|\ \ \ |
|
| * | | | Set log-level immediately, before rootless setup | Matthew Heon | 2019-09-26 |
* | | | | Merge pull request #4117 from mheon/pod_no_name | OpenShift Merge Robot | 2019-09-26 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Add an error for pods without a name | Matthew Heon | 2019-09-26 |
| | |/
| |/| |
|
* | | | Merge pull request #4102 from baude/remotestdin | OpenShift Merge Robot | 2019-09-25 |
|\ \ \ |
|
| * | | | conditionally send stdin on remote run | baude | 2019-09-24 |
| |/ / |
|
* | | | Handle conflict between volumes and --read-only-tmpfs | Matthew Heon | 2019-09-24 |
* | | | Merge pull request #4094 from haircommander/play-only-pod | OpenShift Merge Robot | 2019-09-24 |
|\ \ \ |
|