When running docker run -it -v ./:/opt/share 3dprintedbrain subject.nii on Windows there is the following error: docker: Error response from daemon: create .: volume name is too short, names should be at least two alphanumeric characters.
This commit adds an edited command to fix this issue.
When running
docker run -it -v ./:/opt/share 3dprintedbrain subject.nii
on Windows there is the following error:docker: Error response from daemon: create .: volume name is too short, names should be at least two alphanumeric characters.
This commit adds an edited command to fix this issue.