Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | v2 podman stats | baude | 2020-05-05 |
| | | | | Signed-off-by: baude <bbaude@redhat.com> | ||
* | V2 Move varlink home | Jhon Honce | 2020-03-30 |
| | | | | | | | | * move cmd/podman/varlink/* to pkg/varlink to support podmanV2 refactor * update Makefile * reformatted all impacted code Signed-off-by: Jhon Honce <jhonce@redhat.com> | ||
* | 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> |