Skip to content

Instantly share code, notes, and snippets.

@amitaibu
Last active February 16, 2016 17:26
Show Gist options
  • Save amitaibu/00775f1c4540be8a6da8 to your computer and use it in GitHub Desktop.
Save amitaibu/00775f1c4540be8a6da8 to your computer and use it in GitHub Desktop.
docker run --rm --name=ch -p=0.0.0.0:8484:8484 -p=0.0.0.0:2222:2222 \
-p=0.0.0.0:4444:4444 -p=0.0.0.0:5920:5900 \
-e SCREEN_WIDTH=1920 -e SCREEN_HEIGHT=1080 \
-e VNC_PASSWORD=hola -e WITH_GUACAMOLE=true \
-e SSH_PUB_KEY="$(cat ~/.ssh/id_rsa.pub)" \
elgalu/selenium:v2.46.0-base1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment