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 |
|---|---|
luna-vector-search-module |
5280 |
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.