Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Podman V2 birth | Brent Baude | 2020-04-16 |
| | | | | | | remote podman v1 and replace with podman v2. Signed-off-by: Brent Baude <bbaude@redhat.com> | ||
* | Add codespell to validate spelling mistakes in code. | Daniel J Walsh | 2020-01-11 |
| | | | | | | Fix all errors found by codespell Signed-off-by: Daniel J Walsh <dwalsh@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> |