Build container with:
make
Then, start all containers with :
docker-compose up
Use the -d flag to run in the background. GUI is then running on http://localhost:3001
If make is not available, run:
docker build -t dataloading-demo:latest .
or build/run using your docker GUI tool.