automation-tests/cmd/podman/shared
baude ba65301c95 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>
2019-04-08 09:05:31 -05:00
..
parse preparation for remote-client create container 2019-03-11 09:42:22 -05:00
container.go port grouping in ps command output 2019-03-15 14:53:49 +09:00
create.go podman-remote create|run 2019-04-08 09:05:31 -05:00
create_cli.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00
create_cli_test.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00
events.go Add event logging to libpod, even display to podman 2019-03-11 15:08:59 -05:00
funcs.go container runlabel NAME implementation 2019-01-04 12:57:55 -06:00
funcs_test.go runlabel: use shlex for splitting commands 2018-11-16 16:05:07 +01:00
intermediate.go podman-remote create|run 2019-04-08 09:05:31 -05:00
intermediate_novarlink.go podman-remote create|run 2019-04-08 09:05:31 -05:00
intermediate_varlink.go podman-remote create|run 2019-04-08 09:05:31 -05:00
parallel.go rm -f now removes a paused container 2018-11-08 15:18:11 -06:00
pod.go preparation for remote-client create container 2019-03-11 09:42:22 -05:00