mirror of
https://github.com/containers/podman.git
synced 2025-11-02 14:55:28 +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>