spiegel_podman/cmd/podman/common
Daniel J Walsh 5623cb9d3d
Fix --arch and --os flags to work correctly
Currently podman implements --override-arch and --overide-os
But Podman has made these aliases for --arch and --os.  No
reason to have to specify --override, since it is clear what
the user intends.

Currently if the user specifies an --override-arch field but the
image was previously pulled for a different Arch, podman run uses
the different arch.  This PR also fixes this issue.

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

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
2021-01-25 14:58:24 -05:00
..
completion.go Rename AutocompletePortCommand func 2021-01-16 18:54:59 +01:00
create.go Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
create_opts.go Fix --arch and --os flags to work correctly 2021-01-25 14:58:24 -05:00
createparse.go Allow containers to --restart on-failure with --rm 2020-11-20 13:55:19 -05:00
default.go Switch all references to github.com/containers/libpod -> podman 2020-07-28 08:23:45 -04:00
diffChanges.go Refactor podman to use c/common/pkg/report 2020-10-21 08:16:52 -07:00
netflags.go shell completion for the network flag 2020-12-12 19:10:25 +01:00
ports.go V2 enable ps tests 2020-04-29 15:51:37 -07:00
specgen.go Set log driver for compatability containers 2021-01-20 13:07:31 -06:00
util.go Remove some more excessive wrapping and stuttering 2020-11-17 09:19:22 -05:00
volumes.go Reduce general binding binary size 2021-01-13 09:35:24 -06:00