mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-21 07:47:52 +00:00
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> |
||
|---|---|---|
| .. | ||
| shortcuts | ||
| client.go | ||
| containers.go | ||
| containers_remote.go | ||
| images.go | ||
| images_remote.go | ||
| info_remote.go | ||
| pods.go | ||
| pods_remote.go | ||
| runtime.go | ||
| runtime_remote.go | ||
| sigproxy.go | ||
| terminal.go | ||
| volumes_remote.go | ||