Skip to content

Commit db6da51

Browse files
author
Shauvik Roy Choudhary
committed
Updates docker-setup.md
Auto commit by GitBook Editor
1 parent 5eae5c7 commit db6da51

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

docker-setup.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,20 @@ Ensure that the following settings are set on the phone:
1010

1111
## Downloading the Docker
1212

13-
Pull the image from dockerhub
14-
sudo docker pull moquality/atest:0.33
13+
Pull the image from dockerhub. To do so you will need a Dockerhub ID. Find documentation [here](https://docs.docker.com/docker-hub/accounts/). Then pull the docker image using:
14+
15+
```
16+
sudo docker pull moquality/atest:0.331
17+
```
18+
The latest pre-release version of the software is v0.331.
1519

1620
## Running the Docker
1721

1822
Ensure that the host machine is authorized to use adb. If ```adb devices``` returns a device, it is authorized
1923

2024
Run the run.sh bash script inside the docker with:
2125
```
22-
docker run -i -t --privileged -v /dev/bus/usb:/dev/bus/usb -v /home/archermind/.android:/root/.android moquality/atest:0.33
26+
docker run -i -t --privileged -v /dev/bus/usb:/dev/bus/usb -v /home/archermind/.android:/root/.android moquality/atest:0.331
2327
```
2428

2529
Inside the docker,

0 commit comments

Comments
 (0)