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: docker-setup.md
+7-3Lines changed: 7 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -10,16 +10,20 @@ Ensure that the following settings are set on the phone:
10
10
11
11
## Downloading the Docker
12
12
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.
15
19
16
20
## Running the Docker
17
21
18
22
Ensure that the host machine is authorized to use adb. If ```adb devices``` returns a device, it is authorized
19
23
20
24
Run the run.sh bash script inside the docker with:
21
25
```
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
0 commit comments