| Commit message (Expand) | Author | Age |
* | podman: accept option --rootfs to use exploded images | Giuseppe Scrivano | 2018-06-15 |
* | Implement --latest for ps | Matthew Heon | 2018-06-14 |
* | Correctly report errors retrieving containers in ps | Matthew Heon | 2018-06-14 |
* | Added --sort flag to podman image | haircommander | 2018-06-14 |
* | add podman container and image command | Daniel J Walsh | 2018-06-13 |
* | rmi: remove image if all tags are specified | Valentin Rothberg | 2018-06-12 |
* | Aliases do not work with IsSet | Daniel J Walsh | 2018-06-12 |
* | Propegate exit code on Exec calls and integrated test | haircommander | 2018-06-07 |
* | Vendor in latest buildah code | Daniel J Walsh | 2018-06-07 |
* | Add --all flag even though it is a noop so scripts will work | Daniel J Walsh | 2018-06-05 |
* | varlink build fixes | baude | 2018-06-05 |
* | podman-varlink: log timeouts | Valentin Rothberg | 2018-06-05 |
* | libpod: Execute poststop hooks locally | W. Trevor King | 2018-06-04 |
* | Add flag to add annotations to a container | Matthew Heon | 2018-06-04 |
* | Merge pull request #839 from baude/varlinkcreatefixes | Daniel J Walsh | 2018-06-01 |
|\ |
|
| * | varlink build | baude | 2018-06-01 |
* | | Add OnBuild support for podman build | Daniel J Walsh | 2018-06-01 |
|/ |
|
* | return all inspect info for varlink containerinspect | baude | 2018-06-01 |
* | Remove --net flag and make it an alias for --network | Matthew Heon | 2018-05-31 |
* | do not allow port related args to be used with --network=container: | Daniel J Walsh | 2018-05-30 |
* | sort containers and images by create time | baude | 2018-05-30 |
* | Remove varlink's generated Go file | baude | 2018-05-29 |
* | save and load should support multi-tag for docker-archive | umohnani8 | 2018-05-25 |
* | Spell check strings and comments | Jhon Honce | 2018-05-25 |
* | Update podman build to match buildah bud functionality | Daniel J Walsh | 2018-05-23 |
* | set varlink timeout to 1 seconds | baude | 2018-05-22 |
* | podman create, start, getattachsocket | baude | 2018-05-21 |
* | finish changing the path for varlink | baude | 2018-05-19 |
* | libpod: fix panic when using -t and the process fails to start | Giuseppe Scrivano | 2018-05-17 |
* | Allow push/save without image reference | umohnani8 | 2018-05-16 |
* | improve podman commit documentation and error messages | baude | 2018-05-15 |
* | implement varlink commit | baude | 2018-05-15 |
* | fix segfault for podman push | baude | 2018-05-15 |
* | libpod: Add HooksDirNotExistFatal | W. Trevor King | 2018-05-11 |
* | pkg/hooks: Version the hook structure and add 1.0.0 hooks | W. Trevor King | 2018-05-11 |
* | Update Podman-specific readme | Matthew Heon | 2018-05-11 |
* | Add --cgroup-manager flag to Podman binary | Matthew Heon | 2018-05-11 |
* | Major fixes to systemd cgroup handling | Matthew Heon | 2018-05-11 |
* | varlink info | baude | 2018-05-11 |
* | podman push should honor registries.conf | baude | 2018-05-10 |
* | alphabetize the varlink methods, types, and errors in the docs | baude | 2018-05-10 |
* | Add missing newline to podman port | Matthew Heon | 2018-05-10 |
* | Generate varlink API documentation automatically | baude | 2018-05-08 |
* | Allow streaming on some varlink container methods | baude | 2018-05-08 |
* | Remove extra close from attach resize channel | Matthew Heon | 2018-05-08 |
* | Fix calculation of RunningFor in ps json output | Matthew Heon | 2018-05-05 |
* | Make invalid state nonfatal when cleaning up in run | Matthew Heon | 2018-05-04 |
* | networking, userNS: configure the network namespace after create | Giuseppe Scrivano | 2018-05-04 |
* | Begin wiring in USERNS Support into podman | Daniel J Walsh | 2018-05-04 |
* | varlink containers | baude | 2018-05-03 |