typo docker image name
This commit is contained in:
parent
c3bf5c5f44
commit
08b0e65216
|
@ -25,7 +25,7 @@ Quick Start
|
|||
An Example:
|
||||
|
||||
```bash
|
||||
docker run -d -p 4723:4723 -v $PWD/example/sample_apk:/target_apk -e ANDROID_VERSION=4.2.2 --name appium-container docker-android-appium
|
||||
docker run -d -p 4723:4723 -v $PWD/example/sample_apk:/target_apk -e ANDROID_VERSION=4.2.2 --name appium-container butomo1989/docker-appium
|
||||
```
|
||||
|
||||
2. See the docker logs with command:
|
||||
|
|
Loading…
Reference in a new issue