Version 0.4.0
We are happy to introduce Neurodocker version 0.4.0. This release includes an entirely rewritten core and support for generating Singularity recipes.
As always, if you run into problems using Neurodocker, please submit an issue.
Breaking changes
- CLI for generate commands follows the syntax
neurodocker generate [docker|singularity]
. - FreeSurfer license file option is removed. License files should be added at container runtime.
--spm
becomes--spm12
.--miniconda
signature has been changed to usecreate_env
anduse_env
in lieu ofenv_name
.
Additions
- Singularity recipe generation
- Matlab Compiler Runtime can be installed independently of SPM12
- Larger suite of examples
Enhancements
- Software installation instructions are written in a templating language
- Matlab Compiler Runtime URLs use HTTPS.