Video recording and production done by DockerCon
Andrew talks about how they build and test containers at British Gas.
Slides: https://www.binarysludge.com/2015/01/...
A talk about containers. You know, the ones that aren't on computers.
Read more about Dan's trip here: http://www.iamdanw.com/postcards/
Running distributed NoSQL on Clocker (Brooklyn managed Docker containers)
Short intro to copy-on-write
History of Docker storage drivers
AUFS, BTRFS, Device Mapper, Overlayfs, VFS
Powerstrip is implemented as a configurable, pluggable HTTP proxy for the Docker API which lets you plug multiple Docker extension prototypes into the same Docker daemon.
For example, you can have a storage adapter (e.g. Flocker) running alongside a networking adapter (e.g. Weave), all playing nice with your choice of orchestration framework.
Crucially for the community, this immediately enables composition of prototypes of Docker extensions.
This is intended to allow quick prototyping, in order to figure out which integration points are needed in order to turn such prototypical adapters into real Docker extensions.
Johan, aka proppy, demos running Docker containers on Google Cloud Platform.