podman-remote import|export

addition of import and export for the podman-remote client.  This includes
the ability to send and receive files between the remote-client and the
"podman" host using an upgraded varlink connection.

Signed-off-by: baude <bbaude@redhat.com>
This commit is contained in:
baude
2019-01-27 09:57:44 -06:00
parent 3554bfce98
commit 64c8fb7c24
22 changed files with 542 additions and 174 deletions

View File

@@ -12,8 +12,6 @@ func getAppCommands() []cli.Command {
createCommand,
diffCommand,
execCommand,
exportCommand,
importCommand,
killCommand,
kubeCommand,
loadCommand,