Browse Source

server: Add documentation to a probable issue when running sbt test

prometheus-integration
jonsadev 6 years ago
committed by Alexis Hernandez
parent
commit
7599230784
  1. 4
      server/README.md

4
server/README.md

@ -13,3 +13,7 @@
## Test
Run the `sbt test` command to execute the tests.
In case of failed tests, verify that:
- The docker remote API is enabled (this command must succeed `curl localhost:4243/containers/json` on linux).
- Try running `DOCKER_HOST=localhost:4243 sbt test` instead.

Loading…
Cancel
Save