Docker images

From the development image you can start how many containers you want. In each container, you can develop one application totally separate to another. The code for the application resides externally to the container, but it is accessible by the container to compile it and run it inside the container. The result of this phase will be an application that will run in your browser. At the end you can create a *.apk file and test it on your mobile phone:

Now that we have the infrastructure built, let's get some code from GitHub and start a container with it:

    mkdir ~/PROJECTS
    cd ~/PREOJECTS
    git clone https://github.com/bcatalin/Homy4 ...

Get ESP8266 Home Automation Projects now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.