Skip to content

Commit fb3a756

Browse files
committed
update the readme
1 parent 6ebde87 commit fb3a756

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@
55
[![GitHub Issues](https://img.shields.io/github/issues/shmayro/dockerify-android)](https://github.com/shmayro/dockerify-android/issues)
66
[![GitHub Stars](https://img.shields.io/github/stars/shmayro/dockerify-android?style=social)](https://github.com/shmayro/dockerify-android/stargazers)
77

8+
<img align="right" src="/doc/dockerify-android-web-preview.png" />
9+
810
**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.
911

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+
1016
## 🏠 **Homepage**
1117

1218
[![GitHub](https://img.shields.io/badge/GitHub-Repo-blue?logo=github)](https://github.com/shmayro/dockerify-android)
@@ -77,15 +83,21 @@ To simplify the setup process, you can use the provided [docker-compose.yml](htt
7783

7884
### Use the Web Interface to Access the Emulator
7985

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:
8187

82-
1. Open your browser and navigate to `http://localhost:8000`
88+
1. Open your browser and go to `http://localhost:8000`
8389
2. You should see the device listed as "dockerify-android:5555" automatically connected
8490
3. Select one of the available streaming options:
8591
- **Tiny H264** (recommended for best performance)
8692
- Broadway.js
8793
- H264 Converter
8894

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+
89101
![scrcpy-web interface](/doc/scrcpy-web-preview.png)
90102

91103
> **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.
220 KB
Loading

0 commit comments

Comments
 (0)