Commit 98e2c82b authored by Cody Zacharias's avatar Cody Zacharias Committed by GitHub

Add Docker Image

parent 1f21ce63
......@@ -16,11 +16,9 @@ chmod +x install.sh
```
### Docker
In this directory run:
```
docker build .
xhost local:root
docker run --name twint -v /tmp/.X11-unix:/tmp/.X11-unix -v $(PWD)/data:/data/data -e DISPLAY=unix$DISPLAY --rm <image>
docker run --name twint -v /tmp/.X11-unix:/tmp/.X11-unix -v $(PWD)/data:/data/data -e DISPLAY=unix$DISPLAY --rm c0dy/twint-explorer
```
### Other
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment