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

Example command in documentation failing #301

Open
oceanites opened this issue Aug 30, 2023 · 0 comments
Open

Example command in documentation failing #301

oceanites opened this issue Aug 30, 2023 · 0 comments

Comments

@oceanites
Copy link

Because of some other errors I could fix now, I to debug the FORCE_CREDENTIALS variable and ran the following command (documentation) as this command will only print the container's FORCE_CREDENTIALS variable:

docker run \
  -v /my/local/folder:/opt/data \
  --user "$(id -u):$(id -g)" \
  --env FORCE_CREDENTIALS=/app/credentials \
  -v $HOME:/app/credentials \
  davidfrantz/force \
  force-level1-csd -h

However, this just returned the error /home/docker/bin/force-level1-csd: invalid option -- 'h' for me.
So either the documentation needs an update there or the bash script.

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

1 participant