spiegel_podman/cmd/podman/common
Valentin Rothberg 8700c2fd03 enable inspect tests
A surprisingly big change.  A core problem was that `podman inspect`
allows for passing containers AND images with the default `--type=all`.
This only worked partially as the data was processed in isolation which
caused various issues (e.g., two separate outputs instead of one) but it
also caused issues regarding error handling.

Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
2020-04-29 07:25:31 +02:00
..
create.go podman: handle namespaces specified on the CLI 2020-04-23 18:05:03 +02:00
create_opts.go Add support for devices from command line 2020-04-21 16:02:11 -04:00
createparse.go Cleanup network option parsing 2020-04-19 05:19:30 -04:00
default.go Provide a json variable pointing to a configured json API 2020-04-21 07:56:10 -07:00
netflags.go Merge pull request #5919 from rhatdan/v2 2020-04-21 16:53:53 -04:00
ports.go Make podman container list == podman ps 2020-04-27 09:51:26 -04:00
specgen.go specgen: remove dead code 2020-04-28 14:30:55 +02:00
types.go Podman V2 birth 2020-04-16 15:53:58 -05:00
util.go system tests must pass 2020-04-28 15:17:00 -05:00
volumes.go Enable basic volumes support in Podmanv2 2020-04-22 14:24:12 -04:00