https://github.com/bannsec/edex-ui-docker
Docker install for edex-ui
https://github.com/bannsec/edex-ui-docker
Last synced: over 1 year ago
JSON representation
Docker install for edex-ui
- Host: GitHub
- URL: https://github.com/bannsec/edex-ui-docker
- Owner: bannsec
- Created: 2018-11-21T20:01:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-07T01:09:28.000Z (about 7 years ago)
- Last Synced: 2025-02-15T03:16:51.851Z (over 1 year ago)
- Language: Dockerfile
- Size: 1.95 KB
- Stars: 19
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build
```bash
$ sudo docker build -t edex
```
# Run
```bash
$ sudo docker run -it --rm -e DISPLAY=$DISPLAY -v /tmp/.X11-unix/:/tmp/.X11-unix edex
```