Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | enable podman-remote version | baude | 2019-01-21 |
| | | | | | | | | | | initial enablement of podman-remote version. includes add a APIVersion const that will allow us to check compatibility between host/client when connections are made. also added client related information to podman info. Signed-off-by: baude <bbaude@redhat.com> | ||
* | Mask unimplemeted commands for remote client | baude | 2019-01-19 |
Masking main level, image, and container commands that are not yet implemented for the remote client. As each command is completed, be sure to unmask it. Also, masking podman command line switches that are not applicable to the remote client. Signed-off-by: baude <bbaude@redhat.com> |