Files
Daniel J Walsh 88f8d96ed8 Add support for --platform
For docker compatibility we need to support --platform
flag.

podman create --platform
podman run --platform
podman pull --platform

Since we have --override-os and --override-arch already
this can be done just by modifying the client to split
the --platform call into os and arch and then pass those
options to the server side.

Fixes: https://github.com/containers/podman/issues/6244

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2020-11-26 06:08:11 -05:00
..
2020-11-26 06:08:11 -05:00
2020-11-19 14:42:56 -07:00
2020-08-11 08:03:37 -06:00
2020-08-10 19:35:23 -04:00
2020-05-21 17:16:10 -04:00
2020-05-21 17:16:10 -04:00
2020-08-11 08:03:37 -06:00
2020-01-14 13:42:59 +00:00