Skip to content

Latest commit

 

History

History
62 lines (36 loc) · 1.33 KB

README.md

File metadata and controls

62 lines (36 loc) · 1.33 KB

Docker Android

Summary

Repository name in Docker Hub: globdev/android

This repository contains Dockerized Android SDK 2.24, published to the public Docker Hub via automated build mechanism.

Configuration

This docker image contains the following software stack:

  • OS: Debian stretch (built from debian:stretch).

  • Java: Oracle JDK 1.8.0_151-b12

  • Android SDK 25.0.0+5

Dependencies

Installation

$ docker pull globdev/android:latest

Usage

Use as base image
FROM globdev/android:latest
Pull from Docker Hub
docker pull globdev/android:latest
Build from GitHub
docker build -t globdev/android github.com/glob-dev/docker-android
Run image
docker run -it globdev/android bash

Disclaimer

By using Dockerfiles contained in this repo and/or container images derived from them, you are agreeing to any and all applicable license agreements & export rules related to unlimited strength crypto, etc...