# Supported tags and respective `Dockerfile` links - [`trusty`, `nd14.04` (*dockerfiles/trusty/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/54048bbf21fff2bce39ef6e040ab2312ddad05ab/dockerfiles/trusty/Dockerfile) - [`xenial`, `nd16.04` (*dockerfiles/xenial/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/54048bbf21fff2bce39ef6e040ab2312ddad05ab/dockerfiles/xenial/Dockerfile) - [`yakkety`, `nd16.10` (*dockerfiles/yakkety/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/54048bbf21fff2bce39ef6e040ab2312ddad05ab/dockerfiles/yakkety/Dockerfile) - [`zesty`, `nd17.04` (*dockerfiles/zesty/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/54048bbf21fff2bce39ef6e040ab2312ddad05ab/dockerfiles/zesty/Dockerfile) - [`artful`, `nd17.10` (*dockerfiles/artful/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/54048bbf21fff2bce39ef6e040ab2312ddad05ab/dockerfiles/artful/Dockerfile) - [`wheezy`, `nd70` (*dockerfiles/wheezy/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/54048bbf21fff2bce39ef6e040ab2312ddad05ab/dockerfiles/wheezy/Dockerfile) - [`jessie`, `nd80` (*dockerfiles/jessie/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/54048bbf21fff2bce39ef6e040ab2312ddad05ab/dockerfiles/jessie/Dockerfile) - [`stretch`, `nd90` (*dockerfiles/stretch/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/54048bbf21fff2bce39ef6e040ab2312ddad05ab/dockerfiles/stretch/Dockerfile) - [`sid`, `nd` (*dockerfiles/sid/Dockerfile*)](https://github.com/neurodebian/dockerfiles/blob/54048bbf21fff2bce39ef6e040ab2312ddad05ab/dockerfiles/sid/Dockerfile) # Quick reference - **Where to get help**: [the Docker Community Forums](https://forums.docker.com/), [the Docker Community Slack](https://blog.docker.com/2016/11/introducing-docker-community-directory-docker-community-slack/), or [Stack Overflow](https://stackoverflow.com/search?tab=newest&q=docker) - **Where to file issues**: [https://github.com/neurodebian/dockerfiles/issues](https://github.com/neurodebian/dockerfiles/issues) - **Maintained by**: [NeuroDebian](https://github.com/neurodebian/dockerfiles) - **Published image artifact details**: [repo-info repo's `repos/neurodebian/` directory](https://github.com/docker-library/repo-info/blob/master/repos/neurodebian) ([history](https://github.com/docker-library/repo-info/commits/master/repos/neurodebian)) (image metadata, transfer size, etc) - **Image updates**: [official-images PRs with label `library/neurodebian`](https://github.com/docker-library/official-images/pulls?q=label%3Alibrary%2Fneurodebian) [official-images repo's `library/neurodebian` file](https://github.com/docker-library/official-images/blob/master/library/neurodebian) ([history](https://github.com/docker-library/official-images/commits/master/library/neurodebian)) - **Source of this description**: [docs repo's `neurodebian/` directory](https://github.com/docker-library/docs/tree/master/neurodebian) ([history](https://github.com/docker-library/docs/commits/master/neurodebian)) - **Supported Docker versions**: [the latest release](https://github.com/docker/docker/releases/latest) (down to 1.6 on a best-effort basis) # What is NeuroDebian? NeuroDebian provides a large collection of popular neuroscience research software for the [Debian](http://www.debian.org) operating system as well as [Ubuntu](http://www.ubuntu.com) and other derivatives. Popular packages include*AFNI*, *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. > [neuro.debian.net](http://neuro.debian.net/) ![logo](https://raw.githubusercontent.com/docker-library/docs/90ee9ce81aa27322936d7faf585ffc45b7def890/neurodebian/logo.png) # About this image 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`). ## sources.list 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: ```console $ 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 ```