An open API service indexing awesome lists of open source software.

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

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
```