From b4146e2d9cc6606c4b3d9d9942a053ca30c0dd2c Mon Sep 17 00:00:00 2001 From: zeus Date: Thu, 9 Dec 2021 14:47:10 +0200 Subject: [PATCH] firefox --- run-firefox.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 run-firefox.sh 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"