Query Suggestion Options
Last word completion
Keyboard Layouts
GitHub

👀 While it's loading, feel free to check out the other repositories:

🔔 To get a notification when it's ready, leave your email here:

By entering your email, you agree to receive notifications and marketing-related emails

Filter by reset

199 results 11 ms in manticoresoftware/docker

docker container mssql support

Bug Description: not sure if this is by design but as of me it looks pretty strange that the official docker container doesn't contain MS SQL Server odbc driver. Docker image version: 6.3.6 Have you tried the latest development version? No Internal …

dreikdreik · 2024-11-19 · 0 · #95

bug

Prepare for building multi-arch docker

githubmanticoregithubmanticore · 2023-02-08 · 5 · #25

➤ Sergey Nikolaev commented: https://gitlab.com/manticoresearch/docker/-/issues/4#note_1224959266

githubmanticoregithubmanticore · 2023-01-03

Source password via variable

How hide password from manticore.conf ? Can I use a variable? docker-compose.yml: version: "3.7" networks: backend: driver: bridge services:` manticore: image: manticoresearch/manticore restart: unless-stopped environment: - variable_sql_pass=${DB_ROOT_ …

mkswebdevmkswebdev · 2024-09-26 · 4 · #15

Prepare for building multi-arch docker

githubmanticoregithubmanticore · 2023-02-08 · 5 · #25

➤ Sergey Nikolaev commented: https://gitlab.com/manticoresearch/docker/-/issues/4#note_1224959266

githubmanticoregithubmanticore · 2023-01-02

Manticore has lost its index

Confirmation Checklist: You have searched for an answer in the manual. You have considered using the forum for general discussions, which can be more suitable for non-urgent or broad queries. You are aware of our community support channels on Slack, …

simonszusimonszu · 2024-09-11 · 14 · #91

waiting for reply

Prepare for building multi-arch docker

githubmanticoregithubmanticore · 2023-02-08 · 5 · #25

➤ Klim Todrik commented: https://gitlab.com/manticoresearch/docker/-/issues/4#note_1221162523

githubmanticoregithubmanticore · 2022-12-26

Permission denied

cmd: docker run -e EXTRA=1 --name manticore -v $(pwd)/data:/var/lib/manticore -p 127.0.0.1:9306:9306 -p 127.0.0.1:9308:9308 -d manticoresearch/manticore 2023-11-05 12:01:15 (1.08 MB/s) - ‘/tmp/manticore-columnar-lib_2.2.4-230822-5aec342_amd64.deb.1’ saved …

yoyo56124yoyo56124 · 2023-11-05 · 0 · #55

Plain index creation on docker container startup

pwoszczykpwoszczyk · 2023-08-07 · 4 · #35

Provided these 3 things: on Docker container startup? I don't plan to use volumes. I don't want to overwrite ENTRYPOINT I think the only way to go is a wrapper script which starts up the container and once it's started, runs indexing and executes RELOAD, …

sanikolaevsanikolaev · 2023-07-18

1👍1

Incorrect UTF-8 character display in stdout logs

Russian search results are correct. When logging to a file, the display of Russian letters is also correct. But when redirecting query.log to /dev/stdout characters looks like on image: English letters displayed also correctly.

KhAlenaKhAlena · 2022-07-01 · 4 · #20

waiting for reply

Plain index creation on docker container startup

pwoszczykpwoszczyk · 2023-08-07 · 4 · #35

Thanks for your response.

pwoszczykpwoszczyk · 2023-07-18

Plain index creation on container startup

pwoszczykpwoszczyk · 2023-08-01 · 2 · #36

2🚀2

@sanikolaev is anything wrong here? Do you expect any change?

pwoszczykpwoszczyk · 2023-07-21

Plain index creation on container startup

pwoszczykpwoszczyk · 2023-08-01 · 2 · #36

2🚀2

Hi @pwoszczyk Thanks for the PR! Everything looks ok at first glance. Just haven't had time yet to test it well and merge your changes in.

sanikolaevsanikolaev · 2023-07-21

2👍2

Duplication fix in documentation

pwoszczykpwoszczyk · 2023-06-20 · 1 · #33

Thanks. Merging.

sanikolaevsanikolaev · 2023-06-20

Index creation with lemmatize_en doesn't work as expected

pavelnemirovskypavelnemirovsky · 2022-04-14 · 3 · #17

Here's how you can do it. snikolaev@dev:/tmp/docker$ mkdir data snikolaev@dev:/tmp/docker$ cd data/ snikolaev@dev:/tmp/docker/data$ wget https://repo.manticoresearch.com/repository/morphology/en.pak.tgz --2022-03-28 05:06:13-- https://repo.manticoresearch …

sanikolaevsanikolaev · 2022-03-28

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

Done in https://github.com/manticoresoftware/docker/pull/56

djklim87djklim87 · 2023-11-14

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

Reopening since the CI failed https://github.com/manticoresoftware/docker/actions/runs/6947961151/job/18902901514

sanikolaevsanikolaev · 2023-11-22

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

I just rerun job and all fine now. It happens sometimes. Maybe because cronjob complete at the same second as container runs

djklim87djklim87 · 2023-11-22

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

It's not working for me: snikolaev@dev2:~$ docker run -e searchd_listen='9307:mysql' -e EXTRA=1 --name manticore --rm -d manticoresearch/manticore:dev && echo "Waiting for Manticore docker to start. Consider mapping the data_dir to make it start faster …

sanikolaevsanikolaev · 2023-11-23

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

Done in https://github.com/manticoresoftware/docker/commit/5d426e5ea4c54a13ee78aafd1a374554a48821c2

djklim87djklim87 · 2023-11-23

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

seems this fix is cause of the inconsistency in the env option of the docker \ docker-compose file that cause the issue https://github.com/manticoresoftware/manticoresearch/issues/2500 ie the docker-compose.yaml that allows to issue CLUSTER CREATE well …

tomatologtomatolog · 2024-08-12

Improve flexibility of configuration via env. vars

sanikolaevsanikolaev · 2024-09-24 · 7 · #47

est::size_M

not sure is this a bug that should be fixed or planned change that just lack of the description in the changelog as now the changelog looks like The readme was improved in https://github.com/manticoresoftware/docker/commit/ …

sanikolaevsanikolaev · 2024-09-24

AF_INET address found for: 172.20.0.3 when running docker compose in windows.

mohdmslmohdmsl · 2023-09-13 · 2 · #39

bugwaiting for reply

As I can see all works fine. PS D:\work\docker-compose-test> docker-compose version Docker Compose version v2.20.2-desktop.1 PS D:\work\docker-compose-test> docker-compose up [+] Running 1/0 ✔ Container manticore Created 0.0s Attaching to manticore …

djklim87djklim87 · 2023-08-29

Having troubles with docker run using my custom sphinx.conf file

SiroDiazSiroDiaz · 2020-04-16 · 5 · #10

@SiroDiaz Hi. Is this still actual with the newer image?

manticoresearchmanticoresearch · 2020-04-02

Having troubles with docker run using my custom sphinx.conf file

SiroDiazSiroDiaz · 2020-04-16 · 5 · #10

Try NOT log = syslog as there's no syslog daemon in the container (unless you use a custom image where it is). But even with log = syslog Manticore itself works for me, i.e. I can connect to it from outside: siro@dev:~/repositories$ mysql -P9306 -h0 …

manticoresearchmanticoresearch · 2020-04-13

Having troubles with docker run using my custom sphinx.conf file

SiroDiazSiroDiaz · 2020-04-16 · 5 · #10

Hi Manticore team, i'm trying again with some changes in the port and config file directory. The command that i run is this: docker run --name manticore -v ~/repositories/sphinxql/__tests__/manticore.conf:/etc/manticoresearch/manticore.conf -v ~/ …

SiroDiazSiroDiaz · 2020-04-12