| Commit message (Expand) | Author | Age |
* | secrets: parse only one mounts configuration file | Giuseppe Scrivano | 2018-07-20 |
* | rootless: allow a per-user registries.conf file | Giuseppe Scrivano | 2018-07-20 |
* | pull: get registries using the registries pkg | Giuseppe Scrivano | 2018-07-20 |
* | rootless: allow a per-user storage.conf file | Giuseppe Scrivano | 2018-07-20 |
* | rootless, docs: document the libpod.conf file used in rootless mode | Giuseppe Scrivano | 2018-07-20 |
* | podman-top: use containers/psgo | Valentin Rothberg | 2018-07-19 |
* | Vendor in latest code for storage,image, buildah | Daniel J Walsh | 2018-07-19 |
* | Abort a test on nil containers, so that future tests don't panic | Miloslav Trmač | 2018-07-19 |
* | Fix TestPostDeleteHooks on macOS | Miloslav Trmač | 2018-07-19 |
* | Use `...` for a regexp constant to improve readability | Miloslav Trmač | 2018-07-19 |
* | Merge pull request #1107 from lberk/patch-1 | Daniel J Walsh | 2018-07-19 |
|\ |
|
| * | Update transfer.md | Lukas Berk | 2018-07-18 |
* | | oci: keep exposed ports busy and leak the fd into conmon | Giuseppe Scrivano | 2018-07-19 |
* | | Dockerfile: install nmap-ncat | Giuseppe Scrivano | 2018-07-19 |
* | | Update podman_tutorial.md | William Zhang | 2018-07-18 |
|/ |
|
* | Add missing podman commands | Daniel J Walsh | 2018-07-17 |
* | Update gitvalidation epoch | Matthew Heon | 2018-07-17 |
* | Fix ps filter with key=value labels | Joshua Roys | 2018-07-16 |
* | rootless: require subids to be present | Giuseppe Scrivano | 2018-07-16 |
* | Downgrade setup.py | Jhon Honce | 2018-07-14 |
* | Merge pull request #1093 from mheon/bump-0.7.2 | Matthew Heon | 2018-07-13 |
|\ |
|
| * | Bump gitvalidation epoch | Matthew Heon | 2018-07-13 |
| * | Bump to v0.7.3-dev | Matthew Heon | 2018-07-13 |
| * | Bump to v0.7.2v0.7.2 | Matthew Heon | 2018-07-13 |
|/ |
|
* | Merge pull request #1089 from mheon/add_exited | Matthew Heon | 2018-07-13 |
|\ |
|
| * | Change logic for detecting conflicting flags in ps | Matthew Heon | 2018-07-13 |
| * | Fix ps --sort=size test | Matthew Heon | 2018-07-13 |
| * | Only print container size JSON if --size was requested | Matthew Heon | 2018-07-13 |
| * | Don't print rootfs and rw sizes if they're empty | Matthew Heon | 2018-07-13 |
| * | Major fixes to podman ps --format=json output | Matthew Heon | 2018-07-13 |
| * | Ignore running containers in ps exit-code filters | Matthew Heon | 2018-07-13 |
| * | Record whether the container has exited | Matthew Heon | 2018-07-13 |
* | | Merge pull request #1081 from jwhonce/wip/client | Matthew Heon | 2018-07-13 |
|\ \
| |/
|/| |
|
| * | Update python directories to better support setup.py | Jhon Honce | 2018-07-13 |
| * | remote python client for podman | Jhon Honce | 2018-07-13 |
|/ |
|
* | Merge pull request #1091 from giuseppe/rootless-unshare-mount-ns | Daniel J Walsh | 2018-07-13 |
|\ |
|
| * | rootless: unshare mount namespace | Giuseppe Scrivano | 2018-07-13 |
* | | Merge pull request #1075 from giuseppe/rootless-no-symlinks-into-storage-path | Daniel J Walsh | 2018-07-13 |
|\ \ |
|
| * | | rootless: correctly propagate the exit status from the container | Giuseppe Scrivano | 2018-07-13 |
| * | | runtime: delete unused function | Giuseppe Scrivano | 2018-07-11 |
| * | | rootless: propagate errors from GetRootlessRuntimeDir() | Giuseppe Scrivano | 2018-07-11 |
| * | | rootless: resolve the user home directory | Giuseppe Scrivano | 2018-07-11 |
* | | | Merge pull request #1065 from haircommander/pod-start-create-rm | Daniel J Walsh | 2018-07-13 |
|\ \ \ |
|
| * | | | Added full podman pod ps, with tests and man page | haircommander | 2018-07-13 |
| * | | | Podman pod create/rm commands with man page and tests. | haircommander | 2018-07-13 |
* | | | | Need to wait for container to exit before completing run/start completes | Daniel J Walsh | 2018-07-13 |
* | | | | If proxy fails then then signal should be sent to the main process | Daniel J Walsh | 2018-07-13 |
| |_|/
|/| | |
|
* | | | fix pull image that includes a sha | baude | 2018-07-13 |
|/ / |
|
* | | Added created time to pod state | haircommander | 2018-07-12 |
* | | Support multiple networks | baude | 2018-07-12 |