-
Notifications
You must be signed in to change notification settings - Fork 15
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
Synchronizer entrypoint doesn't pick cli flags #254
Comments
Hi @gdurandvadas, Might I ask what is the purpose and use case of using cli instead of using environment variables example - confs?
Thanks, |
Hello @mmelograno, I know the EVNs will work, but this is more of a workaround for my setup since I prefer to manipulate a JSON file than nested string arguments. Thanks! |
hi @gdurandvadas, sorry you're having issues with our tool. As @mmelograno mentioned before, our image is meant to be used with environment variables as the primary interface, and the binary inside is built for AMD64 architecture. If you want to use a JSON file instead you have 2 options: approach B:
please let us know if you're still having issues. |
When running Synchronizer on Docker you can't send the cli flags
If I pass an argument to the container as per documentation, it doesn't work as expected
If I overwrite the entrypoint and run the command with arguments, it does work
The text was updated successfully, but these errors were encountered: