Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 429 Bytes

README-build-docker-img.md

File metadata and controls

14 lines (9 loc) · 429 Bytes

Building Docker images for SWIM

To build the Docker images for SWIM follow these steps:

  1. Install Docker following the instructions in README.md
  2. Build the images. Assuming the current working directory is the location of this file, do
> cd docker
> ./build-images.sh

After this build completes, the rest of the instructions in README.md can be followed.