Say you wanted every new machine in your lab to start with the same initial setup, would there be a way to use neurodocker to do that?
If I understand correctly what neurodocker does is output a list of commands that can be run from a command line to do it and passes them to docker/singularity to create a container.
I guess one could just use the output to create some installation script to do that but I wonder if anyone has tried.