Awesome
IRIS In One Command
This repo lets you quickly start and use the following services:
- iris-api
- iris-relay
- iris-frontend
- iris-sender
- mysql
Getting started
Spin up the cluster
make
Start your web browser and go to: http://localhost:16649
Stop the stack..
docker-compose stop
Start it again without recreating everything:
docker-compose up --no-recreate
Poking around
See which containers are running:
docker ps
Jump into a container:
docker exec -i -t $ID /bin/bash
Kill a container
docker rm -f $ID