simnibs-docker Unofficial dockerfile for SimNIBS 4.1.0 1. Build docker image docker build -t simnibs-4.1.0 -f /path/to/dockerfile . 2. Check the built image docker images 3. Run docker image -v option is used to mount a volume docker run -ti -v data:/opt/data simnibs-4.1.0 4. Verify the installed version of SimNIBS in the container simnibs --version