Ensure Docker availability in dev setup and integration tests

Updated `README.md` to include Docker as a prerequisite for running integration tests using Testcontainers. Modified the `Makefile` to check for Docker installation during the dev environment setup.
This commit is contained in:
Amith Koujalgi
2025-03-11 12:26:35 +05:30
parent 983a3617f0
commit 2b0238b9e8
2 changed files with 5 additions and 1 deletions

View File

@@ -227,6 +227,9 @@ make unit-tests
#### Run integration tests
Make sure you have Docker running as this uses [testcontainers](https://testcontainers.com/) to run the integration
tests on Ollama Docker container.
```shell
make integration-tests
```
@@ -325,7 +328,7 @@ project.
</a>
</p>
### Appreciate my work?
### Appreciate the work?
<p align="center">
<a href="https://www.buymeacoffee.com/amithkoujalgi" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>