| Commit message (Expand) | Author | Age |
* | create pod on the fly | baude | 2018-12-03 |
* | rootless: raise error if newuidmap/newgidmap are not installed | Giuseppe Scrivano | 2018-12-03 |
* | Merge pull request #1846 from cgwalters/netns-dns-localhost | OpenShift Merge Robot | 2018-11-28 |
|\ |
|
| * | Use host's resolv.conf if no network namespace enabled | Colin Walters | 2018-11-27 |
* | | 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 |
| * | | rootless: add new netmode "slirp4netns" | Giuseppe Scrivano | 2018-11-27 |
| |/ |
|
* / | rootless: store only subset of storage.conf | Giuseppe Scrivano | 2018-11-28 |
|/ |
|
* | Add history and namespaceoptions to image inspect | Qi Wang | 2018-11-26 |
* | 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 empty mounts.conf if it doesn't exist | Giuseppe Scrivano | 2018-11-19 |
* | | registries: check user registries file only in rootless mode | Giuseppe Scrivano | 2018-11-19 |
* | | rootless: create storage.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: InspectImage varlink api should return errors that occurred | Šimon Lukašík | 2018-11-10 |
* | | rootless: call IsRootless just once | Giuseppe Scrivano | 2018-11-14 |
* | | Better document rootless containers | Daniel J Walsh | 2018-11-10 |
|/ |
|
* | rootless: default to fuse-overlayfs when available | Giuseppe Scrivano | 2018-11-08 |
* | Don't fail if /etc/passwd or /etc/group does not exists | Daniel J Walsh | 2018-11-07 |
* | Merge pull request #1736 from giuseppe/rootless-drop-run-postfix | OpenShift Merge Robot | 2018-10-31 |
|\ |
|
| * | rootless: do not add an additional /run to runroot | Giuseppe Scrivano | 2018-10-31 |
* | | Merge pull request #1731 from afbjorklund/version | OpenShift Merge Robot | 2018-10-31 |
|\ \
| |/
|/| |
|
| * | Fix setting of version information | Anders F Björklund | 2018-10-31 |
* | | Merge pull request #1715 from baude/getusergroup | OpenShift Merge Robot | 2018-10-30 |
|\ \
| |/
|/| |
|
| * | get user and group information using securejoin and runc's user library | baude | 2018-10-29 |
* | | Change to exported name in ParseDevice | Qi Wang | 2018-10-29 |
|/ |
|
* | Add helper function to read out CRIU version | Adrian Reber | 2018-10-23 |
* | Fix man page to show info on storage | Daniel J Walsh | 2018-10-22 |
* | Move rootless directory handling to the libpod/pkg/util directory | Daniel J Walsh | 2018-10-22 |
* | Mount proper cgroup for systemd to manage inside of the container. | Daniel J Walsh | 2018-10-15 |
* | Generate a passwd file for users not in container | Daniel J Walsh | 2018-10-12 |
* | Merge pull request #1605 from mheon/syslog_cleanup | OpenShift Merge Robot | 2018-10-11 |
|\ |
|
| * | Pass along syslog variable to podman cleanup processes | Matthew Heon | 2018-10-11 |
* | | Merge pull request #1628 from giuseppe/rootless-fix-hang-on-setresuid | OpenShift Merge Robot | 2018-10-11 |
|\ \ |
|
| * | | rootless: detect when user namespaces are not enabled | Giuseppe Scrivano | 2018-10-11 |
| * | | rootless: report more error messages from the startup phase | Giuseppe Scrivano | 2018-10-11 |
| * | | rootless: fix an hang on older versions of setresuid/setresgid | Giuseppe Scrivano | 2018-10-11 |
| |/ |
|
* / | Add --ip flag and plumbing into libpod | Matthew Heon | 2018-10-11 |
|/ |
|
* | Fix lint | Matthew Heon | 2018-10-04 |
* | Drop libnetwork vendor and move the code into pkg/ | Matthew Heon | 2018-10-04 |
* | Merge pull request #1557 from rhatdan/systemd | OpenShift Merge Robot | 2018-10-04 |
|\ |
|
| * | Don't tmpcopyup on systemd cgroup | Daniel J Walsh | 2018-09-29 |
* | | Add ContainerStateExited and OCI delete() in cleanup() | Matthew Heon | 2018-10-02 |
* | | Merge pull request #1563 from jwhonce/wip/pods | OpenShift Merge Robot | 2018-10-02 |
|\ \ |
|
| * | | Implement pod varlink bindings | Jhon Honce | 2018-10-01 |
| |/ |
|
* / | rootless: raise an error when trying to use cgroups | Giuseppe Scrivano | 2018-10-01 |
|/ |
|
* | Add buildah version and distribution to info | baude | 2018-09-28 |
* | Add --mount option for `create` & `run` command | Daniel J Walsh | 2018-09-21 |
* | Refactor Wait() to not require a timeout | Matthew Heon | 2018-09-21 |