| Commit message (Expand) | Author | Age |
* | Add flag to add annotations to a container | Matthew Heon | 2018-06-04 |
* | Add OnBuild support for podman build | Daniel J Walsh | 2018-06-01 |
* | Cleanup man pages | Daniel J Walsh | 2018-05-30 |
* | Update podman build to match buildah bud functionality | Daniel J Walsh | 2018-05-23 |
* | Clarify using podman build with a URL, Git repo, or archive. | Joe Doss | 2018-05-23 |
* | set varlink timeout to 1 seconds | baude | 2018-05-22 |
* | finish changing the path for varlink | baude | 2018-05-19 |
* | Tighten the security on the podman varlink socket | Daniel J Walsh | 2018-05-19 |
* | Fix typo | Peter Oliver | 2018-05-17 |
* | docs/podman.1: Link to hook documentation | W. Trevor King | 2018-05-17 |
* | Update Tutorial with Fedora kit location | TomSweeneyRedHat | 2018-05-16 |
* | Support pulling Dockerfile from http | Daniel J Walsh | 2018-05-16 |
* | improve podman commit documentation and error messages | baude | 2018-05-15 |
* | Touch up logo links | TomSweeneyRedHat | 2018-05-15 |
* | Add the Podman Logo | TomSweeneyRedHat | 2018-05-15 |
* | Fix varlink remove image force | baude | 2018-05-11 |
* | Add --cgroup-manager flag to Podman binary | Matthew Heon | 2018-05-11 |
* | alphabetize the varlink methods, types, and errors in the docs | baude | 2018-05-10 |
* | Generate varlink API documentation automatically | baude | 2018-05-08 |
* | Begin wiring in USERNS Support into podman | Daniel J Walsh | 2018-05-04 |
* | Make podman commit to localhost rather then docker.io | Daniel J Walsh | 2018-05-03 |
* | remove options from create/run that we cannot support | baude | 2018-05-02 |
* | Add iidfile parame to build and commit man pages | TomSweeneyRedHat | 2018-04-30 |
* | Make ':' a restricted character for file names | umohnani8 | 2018-04-30 |
* | Add isolation note to build man page | TomSweeneyRedHat | 2018-04-26 |
* | Modify man pages so they compile correctly in mandb | Daniel J Walsh | 2018-04-26 |
* | Merge pull request #641 from nathwill/man-libpod | Daniel J Walsh | 2018-04-23 |
|\ |
|
| * | add libpod.conf man page | Nathan Williams | 2018-04-21 |
* | | Initial varlink implementation | baude | 2018-04-23 |
|/ |
|
* | Allow podman start to attach to a running container | baude | 2018-04-18 |
* | regression: tls verify should be set on registries.conf if insecure | baude | 2018-04-18 |
* | Modify diff and inspect docs | umohnani8 | 2018-04-17 |
* | Use buildah commit for podman commit | baude | 2018-04-10 |
* | Add conmon-pidfile flag to bash completions/manpages | Matthew Heon | 2018-04-03 |
* | Add files section to podman man page | Daniel J Walsh | 2018-03-26 |
* | Small manpage reword | Matthew Heon | 2018-03-23 |
* | Document .containerenv in manpages. Move it to /run. | Matthew Heon | 2018-03-23 |
* | Merge pull request #447 from mheon/sig_proxy | Daniel J Walsh | 2018-03-16 |
|\ |
|
| * | Add signal proxying to podman run, start, and attach | Matthew Heon | 2018-03-15 |
* | | Add restart to main podman manpage | Matthew Heon | 2018-03-16 |
* | | Make manpage more clear | Matthew Heon | 2018-03-16 |
* | | Add 'podman restart' command | Matthew Heon | 2018-03-16 |
|/ |
|
* | We should not allow a user to mount a container with a different label | Daniel J Walsh | 2018-03-15 |
* | Remove references to container restart on create/run command | Daniel J Walsh | 2018-03-14 |
* | Merge pull request #471 from TomSweeneyRedHat/dev/tsweeney/podmanman | Matthew Heon | 2018-03-12 |
|\ |
|
| * | Update commands section to a table and add missing commands | TomSweeneyRedHat | 2018-03-10 |
* | | Remove crio.conf references from manpages | Matthew Heon | 2018-03-12 |
|/ |
|
* | podman import, load, and commit are too verbose | baude | 2018-03-07 |
* | Add buildah bud options from common.go | TomSweeneyRedHat | 2018-03-06 |
* | docs: podman-top: fix nonworking example | Ed Santiago | 2018-03-06 |