dive icon indicating copy to clipboard operation
dive copied to clipboard

config file source/container-engine mixup

Open EdJoPaTo opened this issue 4 years ago • 1 comments

When using source: podman it seems to work. When using container-engine: podman like its stated within the readme it does not.

From never programming go before I assume viper is doing the config/cli arguments. Both viper.GetString("source") and viper.GetString("container-engine") are used within the project but I havnt figured out much about the project so far and only had a short look.

Is the container-engine: podman config entry in the readme simply outdated? Was this forgotten after #283? What confuses me about it: #267 states the other way around. Was this option possible the other way around before?

EdJoPaTo avatar May 01 '21 17:05 EdJoPaTo

struggle with the same, thank you for mentioning source: podman option, that worked for me and as you mentioned container-engine: podman didn't worked (at least when I tried to inspect a local image)

616b2f avatar Dec 04 '21 16:12 616b2f