The README.md file contains documentation on how to use the image. This file contains about how to develop & build
the image.
docker build -t lukin0110/android-build .
docker run -it --rm -v /Users/johndoe/GitProjects/docker-android-build:/data/app lukin0110/android-build
Create tag
git tag -a sdk24 -m 'sdk24'
Push tag:
git push origin --tags
- example use for android
- explain mounting
- include all android tools, tagging & splitup
- use container to build DrawnTogether