Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fixes for podman-remote run and attach | baude | 2019-04-11 |
| | | | | | | | | Fixes the ability to run (create,start) a container and attach to its console correctly. We can now also exit from the console without hanging the remote client. Signed-off-by: baude <bbaude@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> |