Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | podman-remote create|run | baude | 2019-04-08 |
| | | | | | | | | | | | | | | add the ability to create and run containers via the podman-remote client. we now create an intermediate layer from the the create/run cli flags. the intermediate layer can be converted into a createconfig or into a varlink struct. Once transported, the varlink struct can be converted back to an intermediate layer and then to a createconfig. remote terminals are not supported yet. Signed-off-by: baude <bbaude@redhat.com> | ||
* | Alter varlink API for ListContainerMounts to return a map | baude | 2019-01-29 |
| | | | | | | | | | We want to return a map of containermounts where the key is container id and it points to the mountpath. Issue #2215 Signed-off-by: baude <bbaude@redhat.com> | ||
* | Adding more varlink endpoints | baude | 2018-12-03 |
* runlabel * checkpoint * restore * container|image exists * mount * unmount Signed-off-by: baude <bbaude@redhat.com> |