This document discusses using Docker and Ferry to share and deploy big data applications. It summarizes:
1) Packaging a simple Python/Bokeh application using Docker to make it easy to install and run.
2) Using Ferry to orchestrate the application across multiple containers for the web frontend, Cassandra database, and to specify the overall application configuration.
3) How Ferry allows easily sharing and deploying the application across different environments like local machines, cloud instances, and container orchestration platforms.