spiegel_podman/pkg/bindings/test
Valentin Rothberg 3bdad6fa2a podmanV2: implement pull
Implement pulling images for the v2 client.  What I _really_ don't like
is the fact that we are now having a near identical code clone among
`pkg/domain/infra/abi` and `pkg/api/handlers/libpod`.  Partly because we
don't yet have a higher-level pull function and partly because we have
redudancy among `pkg/domain` and `pkg/api`.  Pull might be a high
outlier but I am concerned already by the potential of introducing more
redundancy.  I'd love to `infra/abi` and `pkg/abi` to really use the
same code in the future.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-03-31 13:01:27 +02:00
..
common_test.go podmanv2 enable remote wait 2020-03-20 14:33:33 -05:00
containers_test.go podmanV2: implement top 2020-03-27 09:14:01 +01:00
create_test.go add default network for apiv2 create 2020-03-06 14:31:45 -06:00
exec_test.go Add bindings for Container Exec Create + Inspect 2020-03-26 13:33:33 -04:00
images_test.go podmanV2: implement pull 2020-03-31 13:01:27 +02:00
manifests_test.go apiv2 addition of manifests 2020-03-16 10:03:55 -05:00
pods_test.go podmanv2 pod create using podspecgen 2020-03-27 09:04:10 -05:00
system_test.go apiv2 add bindings for logs|events 2020-03-19 09:38:00 -05:00
test_suite_test.go apiv2 binding test fixes 2020-01-29 12:41:39 -06:00
volumes_test.go podmanv2 add core container commands 2020-03-22 13:24:45 -05:00