https://github.com/tarsislimadev/docker-android
To compile projects written in Android
https://github.com/tarsislimadev/docker-android
android docker docker-hub mobile
Last synced: 4 months ago
JSON representation
To compile projects written in Android
- Host: GitHub
- URL: https://github.com/tarsislimadev/docker-android
- Owner: tarsislimadev
- License: mit
- Created: 2021-02-26T14:58:58.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T14:21:00.000Z (11 months ago)
- Last Synced: 2025-01-13T09:45:04.873Z (6 months ago)
- Topics: android, docker, docker-hub, mobile
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/tmvdl/android
- Size: 203 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Android
[](https://img.shields.io/github/actions/workflow/status/brtmvdl/docker-android/docker-push.yml) [](https://img.shields.io/github/license/brtmvdl/docker-android) [](https://img.shields.io/github/stars/brtmvdl/antify?style=social)
Docker image to compile Android projects.
## Documentation
Install [Docker](https://docs.docker.com/engine/install/).
```yaml
# docker-compose.yaml
version: '3'services:
app:
image: tmvdl/android:sdk30
```Run the container
```sh
docker-compose up
```## Tags
### Ionic
```yaml
version: '3'services:
app:
image: tmvdl/android:ionic
```### React Native
```yaml
version: '3'services:
app:
image: tmvdl/android:react-native
```## License
[MIT](LICENSE)