diff --git a/run-firefox.sh b/run-firefox.sh new file mode 100644 index 0000000..f46645f --- /dev/null +++ b/run-firefox.sh @@ -0,0 +1 @@ +docker run -it -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix microservice-firefox /bin/sh -c "firefox"