Skip to content

brtmvdl/docker-android

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Android

github/actions/workflow/status github/license github/stars

Docker image to compile Android projects.

Documentation

Install Docker.

# docker-compose.yaml
version: '3'

services:
  app:
    image: tmvdl/android:sdk30

Run the container

docker-compose up

Tags

Ionic

version: '3'

services:
  app:
    image: tmvdl/android:ionic

React Native

version: '3'

services:
  app:
    image: tmvdl/android:react-native

License

MIT