Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 494 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 494 Bytes

FSL Docker Image

This is a docker image for FMRIB Software Library v6.0. For official wiki please visit: https://fsl.fmrib.ox.ac.uk/fsl/fslwiki .

How to use

  1. Pull the image on your local machine
docker pull alerokhin/fsl6.0
  1. Run container in interactive mode with your data mounted as a volume
docker run -v C:\data:/data -it alerokhin/fsl6.0 bash
  1. Use fsl tools as you would do with a regular installation
cd /data
run_first_all -i t1_image -o output_name