OpenTMI container uses mongo docker container for database connections. You have to compile and run it as well, see [mongo][#mongo] section more about it.
$ docker build -t opentmi/opentmi .
$ docker run --name opentmi -p 8080:3000 --link mongo:mongo -d opentmi/opentmi
docker pull mongo:latest
docker run -v "$(pwd)":/data --name mongo -d mongo mongod --smallfiles