|
5 | 5 | [](https://github.com/shmayro/dockerify-android/issues) |
6 | 6 | [](https://github.com/shmayro/dockerify-android/stargazers) |
7 | 7 |
|
| 8 | +<img align="right" src="/doc/dockerify-android-web-preview.png" /> |
| 9 | + |
8 | 10 | **Dockerify Android** is a Dockerized Android emulator supporting multiple CPU architectures (**x86** and **arm64** in the near future ...) with native performance and seamless ADB access. It allows developers to run Android virtual devices (AVDs) efficiently within Docker containers, facilitating scalable testing and development environments. |
9 | 11 |
|
| 12 | +## 🔥 **Key Feature: Web Interface Access** |
| 13 | + |
| 14 | +Access and control the Android emulator directly in your web browser with our integrated scrcpy-web interface! No additional software needed - just open your browser and start using Android. |
| 15 | + |
10 | 16 | ## 🏠 **Homepage** |
11 | 17 |
|
12 | 18 | [](https://github.com/shmayro/dockerify-android) |
@@ -77,15 +83,21 @@ To simplify the setup process, you can use the provided [docker-compose.yml](htt |
77 | 83 |
|
78 | 84 | ### Use the Web Interface to Access the Emulator |
79 | 85 |
|
80 | | -The easiest way to interact with the Android emulator is through the web interface: |
| 86 | +The **quickest and easiest way** to interact with the Android emulator is through your web browser: |
81 | 87 |
|
82 | | -1. Open your browser and navigate to `http://localhost:8000` |
| 88 | +1. Open your browser and go to `http://localhost:8000` |
83 | 89 | 2. You should see the device listed as "dockerify-android:5555" automatically connected |
84 | 90 | 3. Select one of the available streaming options: |
85 | 91 | - **Tiny H264** (recommended for best performance) |
86 | 92 | - Broadway.js |
87 | 93 | - H264 Converter |
88 | 94 |
|
| 95 | +> **Benefits of Web Interface:** |
| 96 | +> - No extra software to install |
| 97 | +> - Access from any computer with a web browser |
| 98 | +> - Full touchscreen and keyboard support |
| 99 | +> - Perfect for remote work or sharing the emulator with team members |
| 100 | + |
89 | 101 |  |
90 | 102 |
|
91 | 103 | > **Note:** First boot may take some time as the Android emulator needs to fully initialize. When everything is ready, the device will appear in the web interface as shown in the screenshot above. |
|
0 commit comments