| Commit message (Expand) | Author | Age |
* | Containers can dissappear | Daniel J Walsh | 2018-06-26 |
* | make varlink optional for podman | baude | 2018-06-24 |
* | Move podman refresh under the container subcommand | Matthew Heon | 2018-06-22 |
* | Add podman refresh command | Matthew Heon | 2018-06-22 |
* | Podman history now prints out intermediate image IDs | umohnani8 | 2018-06-22 |
* | Option handling has become large and should be a shared function | Daniel J Walsh | 2018-06-22 |
* | Add carriage return to log message when using --tty flag | Marco Vedovati | 2018-06-19 |
* | Added --sort to ps | haircommander | 2018-06-19 |
* | Fix podman build -q | Daniel J Walsh | 2018-06-19 |
* | TLS verify is skipped per registry. | haircommander | 2018-06-18 |
* | Add missing functionality for podman build layers | umohnani8 | 2018-06-18 |
* | Add --all,-a flag to podman images | umohnani8 | 2018-06-18 |
* | top: make output tabular | Valentin Rothberg | 2018-06-18 |
* | Added --tls-verify functionality to podman search, with tests | haircommander | 2018-06-15 |
* | podman: use a different store for the rootless case | Giuseppe Scrivano | 2018-06-15 |
* | podman: allow to override Tmpdir | Giuseppe Scrivano | 2018-06-15 |
* | 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 |