This is a Dockerfile that sets up the HCP Connectome Workbench (via NeuroDebian) in an Ubuntu 20.04 desktop, accessible via HTTP.
Install: docker pull jflournoy/connectome-workbench
Run: docker run -p 6080:80 -v /dev/shm:/dev/shm jflournoy/connectome-workbench
Then point your browser to 127.0.0.1:6080
.
It might be useful to download the HCP Tutorial data and attach it:
docker run -p 6080:80 -v /dev/shm:/dev/shm -v /location/of/hcp/data:/data jflournoy/connectome-workbench