Start the database and basic trillian services with:
docker-compose up -d
This automatically runs the integration test: ./integration/integration_test.sh
docker-compose run trillian
This is what we most probably need to mess around with our configured-trillian system:
docker-compose run trillian bash
Hostname: db Port: 3306 Name: test Username: test userpw: zaphod
uri: "test:zaphod@tcp(db:3306)/test"
docker will internally resolve db
with the IP address of the database controller.
mysql -hdb -utest -pzaphod test