Vagrant Raspberry Pi Workflow
Workflow:
- Use Vagrant to manage the state of the image on your dev box
- Use qemu-img to convert the vmdk to an img file
- Flash that to the SD card
Reads:
Docker
[Running docker][rndocker] [rndocker]: http://kencochrane.net/blog/2013/05/running-docker-on-a-raspberrypi/
Versioning
Versioning. Docker includes git-like capabilities for tracking successive versions of a container, inspecting the diff between versions, committing new versions, rolling back etc. The history also includes how a container was assembled and by whom, so you get full traceability from the production server all the way back to the upstream developer. Docker also implements incremental uploads and downloads, similar to git pull, so new versions of a container can be transferred by only sending diffs.
Docker and Wave
https://medium.com/@ALGrendel/docker-weave-a-little-cloud-and-a-raspberry-pi-381f73a4376d
wave https://sreeninet.wordpress.com/2015/01/18/docker-networking-weave/
Docker and Swarm http://stackoverflow.com/questions/21283517/how-to-link-docker-services-across-hosts http://blog.docker.com/2015/02/scaling-docker-with-swarm/
Old Resources: