| Commit message (Expand) | Author | Age |
* | Add pod pause/unpause | haircommander | 2018-07-27 |
* | Refactored method of getting pods | haircommander | 2018-07-27 |
* | Cleanup descriptions and help information | Daniel J Walsh | 2018-07-27 |
* | Skip seccomp-dependent tests on non-Linux | Miloslav Trmač | 2018-07-26 |
* | Remove cmd/podman/user.go | Miloslav Trmač | 2018-07-26 |
* | Add pod kill | haircommander | 2018-07-25 |
* | Added pod restart | haircommander | 2018-07-25 |
* | Merge pull request #1116 from mheon/namespaces | Daniel J Walsh | 2018-07-25 |
|\ |
|
| * | Address first round of review comments | Matthew Heon | 2018-07-24 |
| * | Add --namespace flag to Podman | Matthew Heon | 2018-07-24 |
* | | podman: allow to specify the IPC namespace to join | Giuseppe Scrivano | 2018-07-24 |
* | | podman: allow to specify the UTS namespace to join | Giuseppe Scrivano | 2018-07-24 |
* | | podman: allow to specify the PID namespace to join | Giuseppe Scrivano | 2018-07-24 |
* | | podman: allow to specify the userns to join | Giuseppe Scrivano | 2018-07-24 |
|/ |
|
* | We don't currently support --mac-address | Daniel J Walsh | 2018-07-24 |
* | Update container Mounted() and Mountpoint() functions | Matthew Heon | 2018-07-24 |
* | AppArmor: runtime check if it's enabled on the host | Valentin Rothberg | 2018-07-23 |
* | Add format descriptors infor to podman top | Daniel J Walsh | 2018-07-23 |
* | Fix error handling in pod start/stop. | haircommander | 2018-07-23 |
* | Merge pull request #1117 from haircommander/pod-start-stop1 | Matthew Heon | 2018-07-20 |
|\ |
|
| * | Added pod start and stop | haircommander | 2018-07-20 |
* | | Merge pull request #1120 from haircommander/pod-ps-status-hotfix | Matthew Heon | 2018-07-20 |
|\ \ |
|
| * | | Pod ps now uses pod.Status() | haircommander | 2018-07-20 |
| |/ |
|
* | | Merge pull request #1103 from haircommander/load_dockerless | Matthew Heon | 2018-07-20 |
|\ \ |
|
| * | | Podman load/tag/save prepend localhost when no repository is present | haircommander | 2018-07-20 |
| |/ |
|
* | | Merge pull request #1104 from rhatdan/mounting | Matthew Heon | 2018-07-20 |
|\ \ |
|
| * | | Let containers/storage keep track of mounts | Daniel J Walsh | 2018-07-19 |
* | | | rootless: allow a per-user storage.conf file | Giuseppe Scrivano | 2018-07-20 |
| |/
|/| |
|
* | | podman-top: use containers/psgo | Valentin Rothberg | 2018-07-19 |
|/ |
|
* | Fix ps filter with key=value labels | Joshua Roys | 2018-07-16 |
* | Change logic for detecting conflicting flags in ps | 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 #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 |
| * | 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 |
|/ / |
|
* | | Log all output of logrus to syslog as well as stdout/stderr | Daniel J Walsh | 2018-07-12 |
* | | podman rmi should only untag image if parent of another | umohnani8 | 2018-07-12 |
* | | Changed container status of Unknown from being printed as Dead to Error in Ps | haircommander | 2018-07-12 |
* | | podman/libpod: add default AppArmor profile | Valentin Rothberg | 2018-07-11 |
|/ |
|
* | Add --volumes-from flag to podman run and create | umohnani8 | 2018-07-09 |