fabaccess-bffh/examples/docker/integration/README.md

11 lines
348 B
Markdown
Raw Normal View History

2021-02-05 03:02:05 +01:00
# Integration tests with Docker
## How it works
* spawns 2 instances of our bffh container and required mqqt broker
* spawns an additional debian to run a shell
* the containers can reach each other by their hostname
## How to start
* run `docker-compose up --exit-code-from test-manager` in this directory
* this will kill all containers when