/HyperStream-Dockerfiles

Docker containers for HyperStream (and its dependencies)

HyperStream Docker images

This repository contains Docker images for the whole HyperStream collection:

Running

To run the bundle you need Docker installed. Then clone this repository, enter it and build the bundle with:

git clone https://github.com/IRC-SPHERE/Hyperstream-Dockerfiles.git
cd Hyperstream-Dockerfiles
docker-compose build

Finally, run the bundle with:

docker-compose up

wait for the containers to start and point your browser to 127.0.0.1:5000 to see the HyperStreamViewer up and runnign.

To close the containers press <Ctrl>-C in the terminal running the containers.

HyperStream tutorials

You can run HyperStream tutorials with:

docker-compose -f docker-compose-tutorials.yml -p hyperstream-tutorials up

and then open Jupyter ntoebook on 0.0.0.0:8888 to view the tutorials.