Firefox OS/Performance/Using Docker to Ease Debugging Firefox OS: Difference between revisions

no edit summary
No edit summary
Line 9: Line 9:


== Setting up a Private Docker Registry ==
== Setting up a Private Docker Registry ==
The first step is to set up a private docker registry for Firefox OS related docker images.  This process is already documented in several places: [http://www.activestate.com/blog/2014/01/deploying-your-own-private-docker-registry] [https://blog.codecentric.de/en/2014/02/docker-registry-run-private-docker-image-repository/]


== Dockerfile for a B2G Build Image ==
== Dockerfile for a B2G Build Image ==
Line 19: Line 21:
</pre>
</pre>


== Elastic Beanstalk for Scaling ==
== Create VirtualBox Image with Vagrant Provisioner ==
 
To ease the transition for Windows and Mac OS X users, we will build a VirtualBox image with the Vagrant Provisioner installed and configured to pull the latest B2G building docker image and start it on boot.  This is documented here: [http://docs.vagrantup.com/v2/provisioning/docker.html]
 
=== Future: Elastic Beanstalk for Scaling ===
canmove, Confirmed users
225

edits