Skip to content

Windows

  1. At least 3GB free space for the Neurodesktop base image.
  2. Docker requirements (see Docker install docs).
  3. If installing Docker using WSL, minimum 20GB space recommended for WSL with Ubuntu.

Install Docker from the Docker install docs.

Alternatively, Neurodesk also works with Podman: follow the Podman installation instructions.

Use one of the following options to run Neurodesktop:

See the Neurodesk App instructions for installing and using the app.

When done processing your data it is important to stop and remove the container, otherwise the next start or container update will give an error (”… The container name ‘/neurodesktop’ is already in use…”).

  1. Click on the terminal from which you ran Neurodesktop.

  2. Press Ctrl+C.

  3. Type:

    Terminal window
    docker stop neurodesktop
  4. Type:

    Terminal window
    docker rm neurodesktop