podman-remote create|run

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>
This commit is contained in:
baude
2019-03-20 13:00:34 -05:00
parent d86729e743
commit ba65301c95
33 changed files with 1630 additions and 859 deletions

View File

@ -1,3 +1,5 @@
// +build varlink
package varlinkapi
import (