Skip to content

commandercool/fsl6.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Docker image for FSL (FMRIB Software Library)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published