Skip to content

Commit

Permalink
fix: correct error on docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoBousseau committed Jul 28, 2022
1 parent 7b0cf64 commit 3bd294e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ docker build -t data-selector .
Once built, you can run the container locally with the following command line:
```sh
docker run -ti --rm -v <your_path>:/DATA data-selector select_cli -i DATA/<your_file> -o DATA/<out_name> -f -s <file_sep> -S <path_to_select_param> -D <path_to_delete_param> -sD <path_to_select_data_param>
docker run -ti --rm -v <your_path>:/DATA data-selector select-cli -i DATA/<your_file> -o DATA/<out_name> -fi <input_format> -fo <output_format> -f -s <file_sep> -S <path_to_select_param> -D <path_to_delete_param> -sD DATA/<path_to_select_data_param>
```
-v allows to mount a volume and to use your local data on the docker environment.
Expand Down

0 comments on commit 3bd294e

Please sign in to comment.