precise
,nd12.04
(dockerfiles/precise/Dockerfile)trusty
,nd14.04
(dockerfiles/trusty/Dockerfile)vivid
,nd15.04
(dockerfiles/vivid/Dockerfile)wily
,nd15.10
(dockerfiles/wily/Dockerfile)squeeze
,nd60
(dockerfiles/squeeze/Dockerfile)wheezy
,nd70
(dockerfiles/wheezy/Dockerfile)jessie
,nd80
,latest
(dockerfiles/jessie/Dockerfile)stretch
,nd90
(dockerfiles/stretch/Dockerfile)sid
,nd
(dockerfiles/sid/Dockerfile)
For more information about this image and its history, please see the relevant manifest file (library/neurodebian
). This image is updated via pull requests to the docker-library/official-images
GitHub repo.
For detailed information about the virtual/transfer sizes and individual layers of each of the above supported tags, please see the neurodebian/tag-details.md
file in the docker-library/docs
GitHub repo.
NeuroDebian provides a large collection of popular neuroscience research software for the Debian operating system as well as Ubuntu and other derivatives. Popular packages includeAFNI, FSL, PyMVPA, and many others. While we do strive to maintain a high level of quality, we make no guarantee that a given package works as expected, so use them at your own risk.
NeuroDebian images only add NeuroDebian repository and repository's GPG key. No apt indexes are downloaded, so apt-get update
needs to be ran before any use of apt-get
.
nd
tags are used to reflect suffixes used in versions of packages available from NeuroDebian.
The neurodebian:latest
tag will always point the Neurodebian-enabled latest stable release of Debian (which is, at the time of this writing, debian:wheezy
).
NeuroDebian APT file is installed under /etc/apt/sources.list.d/neurodebian.sources.list
and currently enables only main
(DFSG-compliant) area of the archive:
$ docker run neurodebian:latest cat /etc/apt/sources.list.d/neurodebian.sources.list
deb http://neuro.debian.net/debian wheezy main
deb http://neuro.debian.net/debian data main
#deb-src http://neuro.debian.net/debian-devel wheezy main
This image is officially supported on Docker version 1.10.3.
Support for older versions (down to 1.6) is provided on a best-effort basis.
Please see the Docker installation documentation for details on how to upgrade your Docker daemon.
Documentation for this image is stored in the neurodebian/
directory of the docker-library/docs
GitHub repo. Be sure to familiarize yourself with the repository's README.md
file before attempting a pull request.
If you have any problems with or questions about this image, please contact us through a GitHub issue. If the issue is related to a CVE, please check for a cve-tracker
issue on the official-images
repository first.
You can also reach many of the official image maintainers via the #docker-library
IRC channel on Freenode.
You are invited to contribute new features, fixes, or updates, large or small; we are always thrilled to receive pull requests, and do our best to process them as fast as we can.
Before you start to code, we recommend discussing your plans through a GitHub issue, especially for more ambitious contributions. This gives other contributors a chance to point you in the right direction, give you feedback on your design, and help you find out if someone else is working on the same thing.