Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.12 KB

REQUIREMENTS.md

File metadata and controls

21 lines (12 loc) · 1.12 KB

Requirements

To use this artifact, the following dependencies are required:

  • A working installation of Docker

  • Bash

To install Docker please see one of the following resources:

  1. Install Docker for Ubuntu.
  2. Install Docker for Mac.
  3. Install Docker for Windows.

We recommend running experiments on a *nix system but have encapsulated all of the necessary infrastructure via Docker to make it possible (albeit less automatic) to run on any system with a working Docker install. We have only tested on *nix systems (CentOS and Debian).

Disk Space

Note: this repository, freshly cloned, takes about 1.5 GB of disk space. The corresponding docker image (used by ./shipwright.sh) uses 3 GB of space. With data fully extracted, this repository and corresponding artifacts may use up to 20 GB of space.

Use docker rmi jjhenkel/shipwright and rm -rf ./shipwright to reclaim the space used by this artifact.