mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-09-02 05:37:51 +00:00
add service endpoint for the new API. Also supports the varlink implementation. Signed-off-by: baude <bbaude@redhat.com> Refactor to allow developer more control of API server * Add api.NewServerWithSettings() to create an API server with custom settings * Add api.ListenUnix() to create a UDS net.Listener and setup UDS Signed-off-by: Jhon Honce <jhonce@redhat.com> Signed-off-by: baude <bbaude@redhat.com> More service completion Add podman service command that allows users to run either a RESTful or varlink protocol API service. Addition of docs and RESTful listening. Signed-off-by: baude <bbaude@redhat.com> Signed-off-by: Brent Baude <bbaude@redhat.com> |
||
|---|---|---|
| .. | ||
| shortcuts | ||
| checkpoint_restore.go | ||
| client.go | ||
| client_config.go | ||
| client_unix.go | ||
| client_windows.go | ||
| containers.go | ||
| containers_remote.go | ||
| errors.go | ||
| images.go | ||
| images_remote.go | ||
| info_remote.go | ||
| network.go | ||
| pods.go | ||
| pods_remote.go | ||
| reset.go | ||
| reset_remote.go | ||
| runtime.go | ||
| runtime_remote.go | ||
| runtime_remote_supported.go | ||
| sigproxy_linux.go | ||
| terminal.go | ||
| terminal_linux.go | ||
| volumes_remote.go | ||