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

Comby Image not supporting configuration files(.TOML) #367

Open
rahulismyname opened this issue Aug 31, 2023 · 1 comment
Open

Comby Image not supporting configuration files(.TOML) #367

rahulismyname opened this issue Aug 31, 2023 · 1 comment

Comments

@rahulismyname
Copy link

Hi Everyone, I was trying to invoke comby as a container. Its working as expected when we pass necessary conditions as command line arguments. But when trying with the same docker image for invoking comby with configuration files (.TOML), Its not able to process or find the toml file and throwing error.

@rvantonder
Copy link
Member

I suspect you need to mount a directory in the image containing the .toml and then refer to that path on the command line. Something like docker run -it -v /tmp/host:/tmp/xyz comby 'foo(:[x])' 'bar' -config /tmp/xyz/config.toml (didn't verify).

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

No branches or pull requests

2 participants