summaryrefslogtreecommitdiff
path: root/docker/selenium
diff options
context:
space:
mode:
Diffstat (limited to 'docker/selenium')
-rw-r--r--docker/selenium/launch_chrome.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker/selenium/launch_chrome.sh b/docker/selenium/launch_chrome.sh
new file mode 100644
index 0000000..a8e74a1
--- /dev/null
+++ b/docker/selenium/launch_chrome.sh
@@ -0,0 +1,3 @@
+#!/bin/bash
+
+docker run --name big_heap -e JAVA_OPTS=-Xmx1g -d -p 4444:4444 -p 5900:5900 selenium/standalone-chrome-debug