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
Ensure you have the `ubuntu:16.04` base image downloaded, this step is _optional_ since Docker takes care of downloading the parent base image automatically.
78
-
79
-
```bash
80
-
$ docker pull ubuntu:16.04
81
-
```
82
-
83
77
Clone the repo and from the project directory root you can build everything by running:
84
78
85
79
```bash
@@ -171,20 +165,6 @@ When you are prompted for the password it is `secret`. If you wish to change thi
171
165
RUN x11vnc -storepasswd <your-password-here> /home/seluser/.vnc/passwd
172
166
```
173
167
174
-
##### Look around
175
-
176
-
```bash
177
-
$ docker images
178
-
#=>
179
-
REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
180
-
selenium/node-firefox 3.0.1-fermium 69f762d0d79e 29 minutes ago 552.1 MB
181
-
selenium/node-chrome 3.0.1-fermium 9dd73160660b 30 minutes ago 723.6 MB
182
-
selenium/node-base 3.0.1-fermium 1b7a0b7024b1 32 minutes ago 426.1 MB
183
-
selenium/hub 3.0.1-fermium 2570bbb98229 33 minutes ago 394.4 MB
184
-
selenium/base 3.0.1-fermium 33478d455dab 33 minutes ago 362.6 MB
185
-
ubuntu 16.04 0b7735b9290f 6 days ago 123.7 MB
186
-
```
187
-
188
168
### Troubleshooting
189
169
190
170
All output is sent to stdout so it can be inspected by running:
0 commit comments