summaryrefslogtreecommitdiff
path: root/docker/selenium/launch_chrome_container
diff options
context:
space:
mode:
Diffstat (limited to 'docker/selenium/launch_chrome_container')
-rwxr-xr-xdocker/selenium/launch_chrome_container4
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/selenium/launch_chrome_container b/docker/selenium/launch_chrome_container
new file mode 100755
index 0000000..d180299
--- /dev/null
+++ b/docker/selenium/launch_chrome_container
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+# If container runs out of heap space, add '-e JAVA_OPTS=-Xmx2g'
+docker run -d -p 4444:4444 selenium/standalone-chrome-debug