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

Error on docker run #13

Open
fekenzofugi opened this issue Aug 29, 2024 · 1 comment
Open

Error on docker run #13

fekenzofugi opened this issue Aug 29, 2024 · 1 comment

Comments

@fekenzofugi
Copy link

fekenzofugi commented Aug 29, 2024

docker run \
    -v /work:/mnt/input-dir:ro \
    -v /work:/mnt/output-dir:rw \
    -it fmask \ 
    S2B_MSIL1C_20240822T125309_N0511_R052_T24MXV_20240822T174938 *

This code returns this error:

Usage: run_fmask.sh SCENE_ID GRANULE FMASK_OPTIONS
S2B_MSIL1C_20240822T125309_N0511_R052_T24MXV_20240822T174938: command not found
@dionhaefner
Copy link
Contributor

Weird. Looks almost like the last line of your command wasn't applied as an argument to docker run but interpreted as a separate shell command (hence the command not found). Are you sure this is what you ran? Can you try to remove the \ and put the whole command on one line instead?

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