Skip to content

Docker multi container setup

Konstantinos Vandikas edited this page Oct 14, 2015 · 3 revisions

Build phase

Step 1: Using the iot-framework-engine Docker File docker build -t costa/iot-f:v1 .

Step 2: Using the iot-framework-gui Docker file docker build -t costa/iot-gui:v1 .

run phase

Step 1: Using the iot-framework engine Docker file docker run --name iot-f -ti costa/iot-f:v1 start

Step 2: Using the iot-framework-gui Docker file docker run --link iot-f:iot-f -p 3000 -dti costa/iot-gui:v1 bin/bash

Known limitations:

  1. iot-framework-engine does not use local storage for storing data
  2. API configuration for iot-framework-gui needs to be done manually
Clone this wiki locally