|
8 | 8 |  |
9 | 9 | [](https://beevelop.com) |
10 | 10 |
|
11 | | -# Android with Node.js LTS and npm / yarn |
| 11 | +# Docker Android + Node.js - Hybrid Mobile Development |
12 | 12 |
|
13 | | -### based on [beevelop/android](https://github.com/beevelop/docker-android) |
| 13 | +> Complete development environment combining Android SDK with Node.js LTS for React Native, Cordova, and Ionic mobile app development. |
| 14 | +
|
| 15 | +## What's Included |
| 16 | + |
| 17 | +**Based on [beevelop/android](https://github.com/beevelop/docker-android)** |
14 | 18 |
|
15 | 19 | - Java `17.0.16` |
16 | 20 | - Gradle `8.12` (Groovy: `3.0.22`) |
|
19 | 23 | - Node.js `v22.18.0` |
20 | 24 | - npm `11.5.2` |
21 | 25 |
|
22 | | -### Pull, build or run this image |
| 26 | +## Usage |
| 27 | + |
| 28 | +### Pull and Run |
23 | 29 |
|
24 | 30 | ```bash |
25 | | -# pull the most recent tag / release |
| 31 | +# Pull the latest release |
26 | 32 | docker pull beevelop/android-nodejs:v2025.08.3 |
27 | 33 |
|
28 | | -# or run the image interactively |
29 | | -docker run --rm --name beevelop -it beevelop/android-nodejs:v2025.08.3 bash |
| 34 | +# Run interactively |
| 35 | +docker run --rm -it beevelop/android-nodejs:v2025.08.3 bash |
30 | 36 |
|
31 | | -# or build the image from GitHub |
| 37 | +# Build from source |
32 | 38 | docker build -t beevelop/android-nodejs github.com/beevelop/docker-android-nodejs |
33 | 39 | ``` |
34 | 40 |
|
35 | | -### Or use it as a base image |
| 41 | +### Use as Base Image |
36 | 42 |
|
37 | 43 | ```Dockerfile |
38 | 44 | FROM beevelop/android-nodejs:v2025.08.3 |
39 | 45 | ``` |
40 | 46 |
|
41 | 47 | --- |
42 | 48 |
|
43 | | - |
| 49 | +# All Docker Images |
| 50 | + |
| 51 | +| Badge | Pulls | Build Status | Release Date | Release | |
| 52 | +| --- | --- | --- | --- | --- | |
| 53 | +| [](https://github.com/beevelop/docker-base) |  |  |  |  | |
| 54 | +| [](https://github.com/beevelop/docker-java) |  |  |  |  | |
| 55 | +| [](https://github.com/beevelop/docker-android) |  |  |  |  | |
| 56 | +| [](https://github.com/beevelop/docker-android-nodejs) |  |  |  |  | |
| 57 | +| [](https://github.com/beevelop/docker-cordova) |  |  |  |  | |
| 58 | +| [](https://github.com/beevelop/docker-ionic) |  |  |  |  | |
| 59 | +| [](https://github.com/beevelop/docker-nginx-basic-auth) |  |  |  |  | |
44 | 60 |
|
45 | 61 | --- |
46 | 62 |
|
| 63 | + |
| 64 | + |
47 | 65 | ### Use tags where possible, because |
48 | 66 |
|
49 | 67 |  |
0 commit comments