enable podman-remote version

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>
This commit is contained in:
baude
2019-01-21 15:18:13 -06:00
parent ba3509665c
commit 5c8e7ed0de
10 changed files with 51 additions and 31 deletions

View File

@@ -38,7 +38,6 @@ func getAppCommands() []cli.Command {
topCommand,
umountCommand,
unpauseCommand,
versionCommand,
volumeCommand,
waitCommand,
}