containerize

Containerizing reproducible and interactive analyses.

View the Project on GitHub gjhunt/containerize

containerize

Containerizing reproducible and interactive analyses.

This is the companion page for our paper “A Review of Containerization for Interactive and Reproducible Analysis” available here.

This repository contains minimum working examples for containerizing analyses using Docker;

  1. Minimum working example (version 1): containerizing a simple analysis script and data. One can build the image with the build script and run the image following the run script.

  2. Minimum working example (version 2): containerizing an interactive interface for analyses. One can build the image with the build script and run the image following the run script.

These docker images are also available on dockerhub as the images gjhunt/mwe.

More information on our reproducible interactive base image may be found on dockerhub as johanngb/rep-int.