set display variable correctly in docker.sh
This commit is contained in:
@ -6,6 +6,6 @@ docker build -t eyedeekay/i2p.plugins.firefox .
|
|||||||
xhost + local:docker
|
xhost + local:docker
|
||||||
docker run -it --rm \
|
docker run -it --rm \
|
||||||
--net=host \
|
--net=host \
|
||||||
-e DISPLAY=unix$(DISPLAY) \
|
-e DISPLAY=unix"${DISPLAY}" \
|
||||||
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
||||||
eyedeekay/i2p.plugins.firefox
|
eyedeekay/i2p.plugins.firefox
|
Reference in New Issue
Block a user