Andromeda is a bare minimum spring boot service to manage Android Emulator docker containers . At present, this service supports the images available at budtmo/docker-android
git clone https://github.com/rupinr/andromeda.git
./gradlew clean bootJar
java -jar build/libs/andromeda-0.0.1-SNAPSHOT.jar
For real world usage, it is recommended to run this as a systemctl service.
A monitoring page will be available at http://localhost:8080/andromeda/index.html
For the rest endpoints, refer the swagger definition
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.