diff --git a/server/README.md b/server/README.md index 3ec0b0c..497c121 100644 --- a/server/README.md +++ b/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.