-
Notifications
You must be signed in to change notification settings - Fork 23
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
Exception when running inside a container #77
Comments
@bh86 may be a permission issue. Can you set the environment variable VDB_HOME to a directory that is accessible via the volume mount. Eg: docker run -v /tmp:/tmp -e VDB_HOME=/tmp |
Thanks @prabhu. I'm mounting the directory:
I haven't change this for a long time, it just stopped working few weeks ago. Even for older images I had locally (such as version |
@bh86, I am unable to replicate this on my mac. Did anything else change in your machine? |
It happens on other macs as well. I'm putting the full docker run command, maybe it's related:
|
@bh86, can you try |
I'm sorry but I forgot to mention something important - I'm running the docker from nodeJS :-; Something like:
Thank you for your help! |
Maybe try |
Thanks! We will look into this, but I think it's still worth supporting a non-interactive mode. It used to work few weeks ago, so maybe something changed in one of the previous versions. |
@bh86, interesting. Let's keep this issue open since I'm not sure what changed in the dockerfile to cause this issue. |
When running the VDB inside a Docker container (through
depscan
image), we got the following exception:For now, this is not being reproduced on Linux but only on mac os.
The text was updated successfully, but these errors were encountered: