Build an Android app with Docker: build, push and pull docker image.
Check out this tutorial to get started with Docker:
The main file on Docker is Dockerfile. Docker is like a virtual machine running locally, similar to python virtual environments. Tutorial below shows how to build an Android application with Docker.