SQL 2019 windows image with full text search installed -- with 2 mounted volumes
230
after pulling:
Make sure "c:\sqldata" and "c:\servicengine" exists first (all lower case)
run develoepr version of sql server 2019:
docker run --name SQLServerFTS -p 1433:1433 --storage-opt size=100G --volume c:\sqldata:c:\sqldata --volume c:\servicengine:c:\servicengine -e sa_password=P@ssw0rd -e ACCEPT_EULA=Y -d mantici/se_sql2019fts
if you need to limit the CPU and memory usage of this container, add in --memory="1g" --cpus="4.0" (change values as applicable) - these settings should go right before the --volume settings
Content type
Image
Digest
Size
3.1 GB
Last updated
about 5 years ago
docker pull mantici/se_sql2019fts