#!/bin/bash

## This is used to test the dwh softare. just start a fast and always available device

docker run --name comptrol -d --rm --network=host registry.gitlab.com/s-klima/comptrolweb

## to stop this container -> docker stop comptrol
## it will be deleted automatically

