Run in docker

Get the instructions at documentation website for docker run.

Default ports for Luna Vector Search Module services are the following:

service name

default port

vinder-projector

5260

vinder-matcher

5270

Note

The workers command line option and multi-instances run is not supported for Luna Vector Search Module.

After server is started, testing is recommended. To perform testing execute command

docker exec -it <service-container-name> python3 -m unittest tests.unittests_main

All tests should perform successfully.