Created
January 7, 2016 14:50
-
-
Save amitaibu/1b0acf1788fe1315119f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docker run --rm --name=ch -p=0.0.0.0:8484:8484 -p=0.0.0.0:2222:2222 \ | |
-p=0.0.0.0:4470: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