podman/pkg/api/handlers
Brent Baude 8b5e2a6297 add default network for apiv2 create
during container creation, if no network is provided, we need to add a default value so the container can be later started.

use apiv2 container creation for RunTopContainer instead of an exec to the system podman. RunTopContainer now also returns the container id and an error.

added a libpod commit endpoint.

also, changed the use of the connections and bindings slightly to make it more convenient to write tests.

Fixes: 5366
Signed-off-by: Brent Baude <bbaude@redhat.com>
2020-03-06 14:31:45 -06:00
..
generic rework apiv2 wait endpoint|binding 2020-02-28 09:36:53 -06:00
libpod rework apiv2 wait endpoint|binding 2020-02-28 09:36:53 -06:00
utils golangci: enable goimports 2020-03-05 20:03:44 +01:00
containers.go add default network for apiv2 create 2020-03-06 14:31:45 -06:00
containers_attach.go rework apiv2 wait endpoint|binding 2020-02-28 09:36:53 -06:00
containers_top.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
decoder.go Fixed syscall.Signal not convertable by decoder 2020-02-19 15:04:24 +01:00
events.go apiv2 stream events 2020-02-11 15:00:41 -06:00
exec.go [CI:DOCS]add apiv2 endpoints for exec 2020-02-03 12:40:01 -06:00
handler.go fix longname handling for bindings 2020-01-31 08:38:25 -06:00
images.go rework apiv2 wait endpoint|binding 2020-02-28 09:36:53 -06:00
images_build.go rework apiv2 wait endpoint|binding 2020-02-28 09:36:53 -06:00
ping.go Update /_ping support 2020-02-03 11:57:54 -07:00
swagger.go Refactor image tree for API usage 2020-02-17 11:12:35 +01:00
types.go binding tests for volumes 2020-02-27 13:11:42 -06:00
unsupported.go Initial commit on compatible API 2020-01-10 09:41:39 -06:00
version.go [CI:DOCS]Binding overhauls 2020-01-28 08:42:18 -06:00