Skip to content

Commit

Permalink
remove non-persistant home option and add more descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
stebo85 committed Jul 13, 2024
1 parent 9b9d4ee commit 1be51d2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions content/en/docs/Getting Started/Neurodesktop/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,14 @@ Instructions for installing and using the app: https://www.neurodesk.org/docs/ge
#### Option 2 (Advanced): Using Terminal
1. Open a terminal (e.g. Powershell), and type the following command to automatically download the neurodesktop container and run it

1.a) with a persistent home directory:

```shell
docker volume create neurodesk-home
# This creates a docker volume to store your /home/jovyan data inside a docker volume
```
```shell
docker run --shm-size=1gb -it --privileged --user=root --name neurodesktop -v C:/neurodesktop-storage:/neurodesktop-storage --mount source=neurodesk-home,target=/home/jovyan -p 8888:8888 -e NEURODESKTOP_VERSION={{< params/neurodesktop/jupyter_neurodesk_version >}} vnmd/neurodesktop:{{< params/neurodesktop/jupyter_neurodesk_version >}}
```

1.b) without a persistent home directory:
```shell
docker run --shm-size=1gb -it --privileged --user=root --name neurodesktop -v C:/neurodesktop-storage:/neurodesktop-storage -p 8888:8888 -e NEURODESKTOP_VERSION={{< params/neurodesktop/jupyter_neurodesk_version >}} vnmd/neurodesktop:{{< params/neurodesktop/jupyter_neurodesk_version >}}
```


<!-- neurodesktop version found in neurodesk.github.io/data/neurodesktop.toml -->
2. Once neurodesktop is downloaded, leave the terminal open and check which server neurodesktop running on (Avoid pressing CTRL+C). ]
Expand Down

0 comments on commit 1be51d2

Please sign in to comment.