-
Site project:
-
Docker Image:
docker run --rm -it \
-v /tmp/.X11-unix:/tmp/.X11-unix \
-e DISPLAY=$DISPLAY \
m88v2/tor-browser
To share data with application in container set a new volume like this example
-v $(pwd):/home/user/share
If you not in linux, consider to use this x11 bridge: