skjerns / 3dprintedbrain_docker

3D print your brain from a T1 MRI image using Docker.
BSD 3-Clause "New" or "Revised" License
18 stars 3 forks source link

Update README.md #3

Closed lbutry closed 2 weeks ago

lbutry commented 2 weeks ago

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.

skjerns commented 2 weeks ago

thanks!