https://github.com/dannixon/docker-dawn
https://github.com/dannixon/docker-dawn
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dannixon/docker-dawn
- Owner: DanNixon
- Archived: true
- Created: 2019-08-23T16:41:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-23T17:02:29.000Z (almost 6 years ago)
- Last Synced: 2025-03-24T19:53:52.222Z (3 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# DAWN in Docker
[](https://hub.docker.com/r/dannixon/dawn)
[](https://hub.docker.com/r/dannixon/dawn/builds)[DAWN](https://dawnsci.org/) running in Docker.
## Usage
Run:
```bash
docker run \
--rm \
--env DISPLAY="$DISPLAY" \
--volume /tmp/.X11-unix:/tmp/.X11-unix:ro \
dannixon/dawn
```You will more than likely want to assign some volumes to access data too.
Alternatively using [`x11docker`](https://github.com/mviereck/x11docker):
```bash
x11docker \
--hostdisplay \
--sharedir "$PWD" \
dannixon/dawn \
$@
```