Skip to content

Commit 42d3b88

Browse files
committed
Comment out the devices declaration
1 parent 1442512 commit 42d3b88

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

website_and_docs/content/documentation/grid/configuration/toml_options.en.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@ configs = [
111111
"selenium/standalone-firefox:92.0", "{\"browserName\": \"firefox\", \"browserVersion\": \"92\"}"
112112
]
113113
#Optionally define all device files that should be mapped to docker containers
114-
devices = [
115-
"/dev/kvm:/dev/kvm"
116-
]
114+
#devices = [
115+
# "/dev/kvm:/dev/kvm"
116+
#]
117117
url = "http://localhost:2375"
118118
video-image = "selenium/video:latest"
119119
```

website_and_docs/content/documentation/grid/configuration/toml_options.ja.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ configs = [
120120
"selenium/standalone-firefox:92.0", "{\"browserName\": \"firefox\", \"browserVersion\": \"92\"}"
121121
]
122122
#Optionally define all device files that should be mapped to docker containers
123-
devices = [
124-
"/dev/kvm:/dev/kvm"
125-
]
123+
#devices = [
124+
# "/dev/kvm:/dev/kvm"
125+
#]
126126
url = "http://localhost:2375"
127127
video-image = "selenium/video:latest"
128128
```

website_and_docs/content/documentation/grid/configuration/toml_options.pt-br.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ configs = [
120120
"selenium/standalone-firefox:92.0", "{\"browserName\": \"firefox\", \"browserVersion\": \"92\"}"
121121
]
122122
#Optionally define all device files that should be mapped to docker containers
123-
devices = [
124-
"/dev/kvm:/dev/kvm"
125-
]
123+
#devices = [
124+
# "/dev/kvm:/dev/kvm"
125+
#]
126126
url = "http://localhost:2375"
127127
video-image = "selenium/video:latest"
128128
```

website_and_docs/content/documentation/grid/configuration/toml_options.zh-cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,9 @@ configs = [
124124
"selenium/standalone-firefox:92.0", "{\"browserName\": \"firefox\", \"browserVersion\": \"92\"}"
125125
]
126126
#Optionally define all device files that should be mapped to docker containers
127-
devices = [
128-
"/dev/kvm:/dev/kvm"
129-
]
127+
#devices = [
128+
# "/dev/kvm:/dev/kvm"
129+
#]
130130
url = "http://localhost:2375"
131131
video-image = "selenium/video:latest"
132132
```

0 commit comments

Comments
 (0)