Vagrant Raspberry Pi Workflow

Workflow:

Vagrant file

Reads:

Docker

Running docker

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: