File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ configs = [
13
13
# To have Docker listening through tcp on macOS, install socat and run the following command
14
14
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
15
15
url = " http://host.docker.internal:2375"
16
- # Docker imagee used for video recording
16
+ # Docker image used for video recording
17
17
video-image = " selenium/video:ffmpeg-4.3.1-20220121"
18
18
19
19
# Uncomment the following section if you are running the node on a separate VM
Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ configs = [
248
248
# To have Docker listening through tcp on macOS, install socat and run the following command
249
249
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
250
250
url = " http://host.docker.internal:2375"
251
- # Docker imagee used for video recording
251
+ # Docker image used for video recording
252
252
video-image = " selenium/video:ffmpeg-4.3.1-20220121"
253
253
254
254
# Uncomment the following section if you are running the node on a separate VM
@@ -328,7 +328,7 @@ configs = [
328
328
# To have Docker listening through tcp on macOS, install socat and run the following command
329
329
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
330
330
url = " http://host.docker.internal:2375"
331
- # Docker imagee used for video recording
331
+ # Docker image used for video recording
332
332
video-image = " selenium/video:ffmpeg-4.3.1-20220121"
333
333
334
334
# Uncomment the following section if you are running the node on a separate VM
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ configs = [
13
13
# To have Docker listening through tcp on macOS, install socat and run the following command
14
14
# socat -4 TCP-LISTEN:2375,fork UNIX-CONNECT:/var/run/docker.sock
15
15
url = " http://host.docker.internal:2375"
16
- # Docker imagee used for video recording
16
+ # Docker image used for video recording
17
17
video-image = " selenium/video:ffmpeg-4.3.1-20220121"
18
18
19
19
# Uncomment the following section if you are running the node on a separate VM
You can’t perform that action at this time.
0 commit comments