mrview works from docker
Open
- Dominant language
- C++
- Stars
- 23
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
just diy, if you install mrtrix without the `-nogui` option, it works on a Linux host from Docker
```bash
docker run --rm -it --net=host \
-v $HOME/.Xauthority:/root/.Xauthority \
-e DISPLAY \
-e QT_X11_NO_MITSHM=1 \
-v $data:/data
$image mrview /data/foo/image.nii.gz
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.