Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T14:21:00.000Z (6 months ago)
- Last Synced: 2024-11-13T21:22:53.516Z (3 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
[![github/actions/workflow/status](https://img.shields.io/github/actions/workflow/status/brtmvdl/docker-android/docker-push.yml?label=docker)](https://img.shields.io/github/actions/workflow/status/brtmvdl/docker-android/docker-push.yml) [![github/license](https://img.shields.io/github/license/brtmvdl/docker-android)](https://img.shields.io/github/license/brtmvdl/docker-android) [![github/stars](https://img.shields.io/github/stars/brtmvdl/docker-android?style=social)](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)