fabaccess-bffh/examples/docker/integration/README.md
2021-02-05 03:02:05 +01:00

348 B

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