Sign inSign up

gmacario/android-devenv

By gmacario

Updated over 9 years ago

Docker image for Android application development

Image
0

1.1K

gmacario/android-devenv repository overview

android-devenv

Docker image suitable for Android application development.

The image can be pulled from Docker Hub

git pull gmacario/android-devenv
Using the image as Developer environment for the UDOO NEO

Logged as user@host

cd ${HOME}
git clone https://github.com/WillyShakes/UdooWtf
cd ~/UdooWtf
docker run -ti -v $PWD:/opt/workspace gmacario/android-devenv

Logged as root@container

chmod a+x gradlew
./gradlew tasks

etc.

Building the Docker image locally

If you do not trust Docker Hub you may rebuild the image locally with the following command:

cd ${HOME}
git clone https://github.com/gmacario/android-devenv
cd android-devenv
docker build --no-cache -t gmacario/android-devenv .

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

over 9 years ago

docker pull gmacario/android-devenv