We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9095d4f commit b05735cCopy full SHA for b05735c
README.md
@@ -149,6 +149,7 @@ $ docker run -d -p 4444:4444 -p 5901:5900 selenium/standalone-firefox-debug:2.53
149
```
150
151
You can acquire the port that the VNC server is exposed to by running:
152
+(In this case our port mapping looks like 49338:5900 for our node)
153
``` bash
154
$ docker port <container-name|container-id> 5900
155
#=> 0.0.0.0:49338
0 commit comments