My Docker Global Hack Day project to explore the concept of data-only Docker containers by setting up a workflow around pandoc ("a universal document converter")
See accompanying blog post for details: Tiny Docker Pieces, Loosely Joined
Build all Docker images:
$ ./build-images.sh
Run example to see how multiple docker containers work together on a single data-only container:
$ ./example.sh
MIT license. Copyright (c) 2013 Tom Offermann.