Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-helmy authored May 16, 2024
1 parent 94d7154 commit ab6b9e1
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ To use EmuHub, follow these steps:

```bash
docker run -d \
--name emulator \
--privileged \
-e VNCPASS=admin \
-e emuhubPASS=admin \
-e LISTENPORT=8000 \
-p 8000:8000 \
-v $(pwd)/apk-demo:/home/emuhub/apk \
--log-driver=json-file \
--log-opt max-size=20m \
--log-opt max-file=10 \
emuhub
--name emulator \
--privileged \
-e VNCPASS=admin \
-e emuhubPASS=admin \
-e LISTENPORT=8000 \
-p 8000:8000 \
-v $(pwd)/apk-demo:/home/emuhub/apk \
--log-driver=json-file \
--log-opt max-size=20m \
--log-opt max-file=10 \
emuhub
```
4. **Access Emulators**: Open your web browser and navigate to `http://localhost:6080` to access the EmuHub interface and start testing your Android applications.
## Example Docker Compose
Expand Down

0 comments on commit ab6b9e1

Please sign in to comment.