If anyone's interested in my work, here's a quick example of some moby chops (which you may know as docker).
Some features:
- Support for 13 architectures.
- A custom pre-permissioned root filesystem containing sane defaults for btcd.conf, including a btcd user/group.
- The only binary that exists in the root filesystem is a statically compiled version of btcd.
- Minified image layering (i.e 4.5 megabytes per image).
- A container launched from this image will automatically run the daemon under the internal btcd user and group.

