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
Copy file name to clipboardExpand all lines: README.md
+35-17Lines changed: 35 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -203,7 +203,7 @@ current one._
203
203
204
204
## Using the images
205
205
206
-
### Example: Spawn a container for testing in Firefox :
206
+
### Example: Spawn a container for testing in Firefox 
207
207
208
208
```bash
209
209
$ docker network create grid
@@ -232,27 +232,45 @@ ___
232
232
233
233
It is a good practice to check first if the Grid is up and ready to receive requests, this can be done by checking the `/wd/hub/status` endpoint.
234
234
235
-
A Grid that is ready, composed by a hub and a node, could look like this:
235
+
A Grid that is ready, composed by a hub and two nodes, could look like this:
0 commit comments