From fa71d91e04dd6608256ae068df4963644ee02975 Mon Sep 17 00:00:00 2001 From: Paul Novak Date: Wed, 27 Nov 2019 12:12:01 -0800 Subject: [PATCH] Update docker run command in QuickStart Update docker run command in QuickStart to specify the command to run, following documentation from https://docs.docker.com/engine/reference/commandline/run/. --- docs/QuickStart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/QuickStart.md b/docs/QuickStart.md index b933f98..04fbd07 100644 --- a/docs/QuickStart.md +++ b/docs/QuickStart.md @@ -40,7 +40,7 @@ which controls the conversion of your original MRI series into a BIDS-compliant If you're using the Docker image, run the following:
-docker run -it -v /PATH_TO_YOUR_DATASET_FOLDER/:/dataset jmtyszka/bidskit -d /dataset
+docker run -it -v /PATH_TO_YOUR_DATASET_FOLDER/:/dataset jmtyszka/bidskit bidskit -d /dataset
 
If you're running *bidskit* from the shell you can either run *bidskit* without arguments from within the dataset root