-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fails to mount non existing file #3
Comments
Or am I misinterpreting the usage, maybe a config file is always required, but I'm not required to configure one? |
It seems that Dive always expects a config file...maybe provide a default config file if the user does not make use of |
@hotio Sorry for the delay in replying, the config-file isn't required, dive has a default CI setting, so it should be run using that setting. I ran it in this repository without config-file and made sure it worked. |
Still getting the same error with:
https://github.com/hotio/docker-hd-idle/runs/1175314154?check_suite_focus=true#step:10:23 |
Thanks, I was able to reproduce it in my repository. I'll fix it soon. |
I've fixed this bug and released 0.0.4. I confirmed that it works fine without passing |
yep works now |
When not using a
config-file
, the docker run command tries to mount a default file regardless, which fails.The text was updated successfully, but these errors were encountered: