| Commit message (Expand) | Author | Age |
* | Merge pull request #4352 from vrothberg/config-package | OpenShift Merge Robot | 2019-10-31 |
|\ |
|
| * | add libpod/config | Valentin Rothberg | 2019-10-31 |
* | | container start: fix regression when using name | Valentin Rothberg | 2019-10-31 |
* | | Merge pull request #4369 from baude/golandautocodecorrections | OpenShift Merge Robot | 2019-10-30 |
|\ \
| |/
|/| |
|
| * | goland autocorrections | baude | 2019-10-29 |
* | | seccomp: use github.com/seccomp/containers-golang | Valentin Rothberg | 2019-10-30 |
* | | Set default seccomp.json file for podman play kube | Daniel J Walsh | 2019-10-29 |
* | | API: report multiple digests for images | Nalin Dahyabhai | 2019-10-29 |
* | | bump containers/image to v5.0.0, buildah to v1.11.4 | Nalin Dahyabhai | 2019-10-29 |
|/ |
|
* | Merge pull request #4360 from rhatdan/spell | OpenShift Merge Robot | 2019-10-29 |
|\ |
|
| * | Fix spelling mistakes | Daniel J Walsh | 2019-10-29 |
* | | Merge pull request #4187 from baude/dnspluginenable | OpenShift Merge Robot | 2019-10-29 |
|\ \
| |/
|/| |
|
| * | enable dnsplugin for network create | baude | 2019-10-28 |
* | | Merge pull request #4347 from tylarb/Warn_NoSuchCtr | Daniel J Walsh | 2019-10-28 |
|\ \ |
|
| * | | Log warn instead of error for removing nonexistant container | Tyler Ramer | 2019-10-25 |
| |/ |
|
* | | Merge pull request #4291 from baude/networkcreatecheckbridge | Daniel J Walsh | 2019-10-28 |
|\ \
| |/
|/| |
|
| * | check existing bridge names when creating networks | baude | 2019-10-17 |
* | | Merge pull request #4228 from giuseppe/detect-no-systemd-session | OpenShift Merge Robot | 2019-10-24 |
|\ \ |
|
| * | | rootless: detect no system session with --cgroup-manager=systemd | Giuseppe Scrivano | 2019-10-23 |
* | | | Merge pull request #4329 from mheon/no_noexec_image_volume | OpenShift Merge Robot | 2019-10-24 |
|\ \ \ |
|
| * | | | 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 |
|\ |
|