| Commit message (Expand) | Author | Age |
* | Merge pull request #1848 from adrianreber/master | OpenShift Merge Robot | 2018-11-28 |
|\ |
|
| * | Added tcp-established to checkpoint/restore | Adrian Reber | 2018-11-28 |
| * | Use also a struct to pass options to Restore() | Adrian Reber | 2018-11-28 |
* | | Merge pull request #1849 from giuseppe/report-rootless-netmode | OpenShift Merge Robot | 2018-11-28 |
|\ \ |
|
| * | | network: allow slirp4netns mode also for root containers | Giuseppe Scrivano | 2018-11-28 |
| |/ |
|
* | | Merge pull request #1833 from giuseppe/remove-exec-polling | OpenShift Merge Robot | 2018-11-28 |
|\ \ |
|
| * | | util: use fsnotify to wait for file | Giuseppe Scrivano | 2018-11-28 |
| * | | exec: don't wait for pidfile when the runtime exited | Giuseppe Scrivano | 2018-11-27 |
* | | | rootless: fix cleanup | Giuseppe Scrivano | 2018-11-28 |
| |/
|/| |
|
* | | Merge pull request #1832 from giuseppe/always-make-explicit-tty-to-exec | OpenShift Merge Robot | 2018-11-27 |
|\ \
| |/
|/| |
|
| * | exec: always make explicit the tty value | Giuseppe Scrivano | 2018-11-20 |
* | | Merge pull request #1850 from vrothberg/mount-propagation | OpenShift Merge Robot | 2018-11-27 |
|\ \ |
|
| * | | set root propagation based on volume properties | Valentin Rothberg | 2018-11-26 |
* | | | Merge pull request #1734 from rhatdan/network | OpenShift Merge Robot | 2018-11-27 |
|\ \ \ |
|
| * | | | libpod should know if the network is disabled | Daniel J Walsh | 2018-11-13 |
* | | | | Merge pull request #1868 from QiWang19/issue860 | OpenShift Merge Robot | 2018-11-26 |
|\ \ \ \ |
|
| * | | | | Add history and namespaceoptions to image inspect | Qi Wang | 2018-11-26 |
| | |/ /
| |/| | |
|
* / | | | add podman container|image exists | baude | 2018-11-26 |
|/ / / |
|
* | | | Merge pull request #1835 from adrianreber/master | OpenShift Merge Robot | 2018-11-21 |
|\ \ \ |
|
| * | | | Added option to keep containers running after checkpointing | Adrian Reber | 2018-11-20 |
| * | | | Use a struct to pass options to Checkpoint() | Adrian Reber | 2018-11-20 |
| | |/
| |/| |
|
* | | | Merge pull request #1810 from baude/inspectToKube | OpenShift Merge Robot | 2018-11-20 |
|\ \ \ |
|
| * | | | output libpod container to kubernetes yaml | baude | 2018-11-19 |
* | | | | Merge pull request #1829 from baude/enableportbindinginpods | OpenShift Merge Robot | 2018-11-20 |
|\ \ \ \
| |_|/ /
|/| | | |
|
| * | | | Allow users to expose ports from the pod to the host | baude | 2018-11-20 |
| |/ / |
|
* / / | rootless: create libpod.conf when it doesn't exist | Giuseppe Scrivano | 2018-11-19 |
|/ / |
|
* | | Merge pull request #1756 from isimluk/update-dependent-metalinter | OpenShift Merge Robot | 2018-11-16 |
|\ \ |
|
| * | | Lint: Extract constant unknownPackage | Šimon Lukašík | 2018-11-10 |
| * | | Lint: Tests: add missing assertions | Šimon Lukašík | 2018-11-10 |
| * | | Lint: Do not ignore errors from docker run command when selinux enabled | Šimon Lukašík | 2018-11-10 |
| |/ |
|
* / | Increase pidWaitTimeout to 60s | Emilien Macchi | 2018-11-15 |
|/ |
|
* | Merge pull request #1772 from baude/rmdelpaused | OpenShift Merge Robot | 2018-11-09 |
|\ |
|
| * | rm -f now removes a paused container | baude | 2018-11-08 |
* | | Merge pull request #1789 from mheon/fix_add_hosts_test | OpenShift Merge Robot | 2018-11-09 |
|\ \ |
|
| * | | Accurately update state if prepare() partially fails | Matthew Heon | 2018-11-08 |
| |/ |
|
* | | info: add rootless field | Valentin Rothberg | 2018-11-09 |
* | | Merge pull request #1787 from baude/netstatusrework | OpenShift Merge Robot | 2018-11-08 |
|\ \ |
|
| * | | correct assignment of networkStatus | baude | 2018-11-08 |
| |/ |
|
* | | Merge pull request #1790 from isimluk/beware-of-goroutine-locals | OpenShift Merge Robot | 2018-11-08 |
|\ \
| |/
|/| |
|
| * | Do not hide errors when creating container with UserNSRoot | Šimon Lukašík | 2018-11-08 |
* | | Merge pull request #1764 from rhatdan/nopasswd | OpenShift Merge Robot | 2018-11-07 |
|\ \ |
|
| * | | Don't fail if /etc/passwd or /etc/group does not exists | Daniel J Walsh | 2018-11-07 |
| |/ |
|
* | | Merge pull request #1771 from baude/prepare | OpenShift Merge Robot | 2018-11-07 |
|\ \ |
|
| * | | move defer'd function declaration ahead of prepare error return | baude | 2018-11-07 |
| |/ |
|
* | | Merge pull request #1689 from mheon/add_runc_timeout | OpenShift Merge Robot | 2018-11-07 |
|\ \ |
|
| * | | Print error status code if we fail to parse it | Matthew Heon | 2018-11-07 |
| * | | Properly set Running state when starting containers | Matthew Heon | 2018-11-07 |
| * | | Fix misspelling | Matthew Heon | 2018-11-07 |
| * | | Retrieve container PID from conmon | Matthew Heon | 2018-11-07 |
| * | | If a container ceases to exist in runc, set exit status | Matthew Heon | 2018-11-07 |