Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't set podman in config file #267

Closed
abitrolly opened this issue Dec 25, 2019 · 2 comments · Fixed by #283
Closed

Can't set podman in config file #267

abitrolly opened this issue Dec 25, 2019 · 2 comments · Fixed by #283

Comments

@abitrolly
Copy link
Contributor

✗ dive --config dive.yaml fcc
Using config file: dive.yaml
Image Source: docker://fcc
Fetching image... (this can take a while for large images)
Handler not available locally. Trying to pull 'fcc'...
cannot fetch image
cannot find docker client executable
✗ cat dive.yaml 
source: podman
container-image: podman

keybinding:
        quit: q
@wagoodman
Copy link
Owner

Try container-engine instead of container-image (source in the config is also ignored).

@abitrolly
Copy link
Contributor Author

Didn't work.

➜  /tmp cat dive.yaml
container-engine: podman
➜  /tmp dive --config dive.yaml 633
Using config file: dive.yaml
Image Source: docker://633
Fetching image... (this can take a while for large images)
Handler not available locally. Trying to pull '633'...
cannot fetch image
cannot find docker client executable

abitrolly added a commit to abitrolly/dive that referenced this issue Feb 22, 2020
@wagoodman wagoodman linked a pull request Feb 23, 2020 that will close this issue
wagoodman added a commit that referenced this issue Mar 8, 2020
Allow setting `source` in config file (fixes #267)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants