mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

To avoid the error: `Error: unable to read YAML as Kube Pod: error unmarshaling JSON: while decoding JSON: json: cannot unmarshal object into Go struct field Container.spec.containers.command of type string` Also makes it easier to understand as you only need the image parameter. Signed-off-by: Daskan <kevin81991@web.de>