Update README.md

This commit is contained in:
Jerry Li 2020-01-02 19:50:24 -06:00 committed by GitHub
parent e4d12d07fc
commit d8d4b7dc07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ docker pull selenium/node-firefox
启动 hub :
```
docker network create grid
docker run -d -p 4444:4444 --net grid --name selenium-hub selenium/hu
docker run -d -p 4444:4444 --net grid --name selenium-hub selenium/hub
```
启动节点:
```