You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2021. It is now read-only.
@@ -27,7 +27,7 @@ If your setup is correct, privileged mode and sudo should not be necessary:
27
27
-e SCREEN_WIDTH=1920 -e SCREEN_HEIGHT=1080 \
28
28
-e VNC_PASSWORD=hola -e WITH_GUACAMOLE=false \
29
29
-e SSH_PUB_KEY="$(cat ~/.ssh/id_rsa.pub)" \
30
-
elgalu/selenium:v2.45.0-ssh4
30
+
elgalu/selenium:v2.45.0-oracle1
31
31
32
32
Make sure `docker run` finishes with **start.sh all done and ready for testing** else you won't be able to start your tests.
33
33
Selenium should be up and running at http://localhost:4470/wd/hub open the web page to confirm is running.
@@ -47,17 +47,17 @@ That's is useful for tunneling else you can stick with `docker exec` to get into
47
47
### Option 1 - Use immutable image digests
48
48
Given docker.io currently allows to push the same tag image twice this represent a security concern but since docker >= 1.6.2 is possible to fetch the digest sha256 instead of the tag so you can be sure you're using the exact same docker image every time:
@@ -165,7 +165,7 @@ If you git clone this repo locally, i.e. cd into where the Dockerfile is, you ca
165
165
166
166
If you prefer to download the final built image from docker you can pull it, personally I always prefer to build them manually except for the base images like Ubuntu 14.04.2:
0 commit comments