Is that possible to install SQL Server on a Synology nas?

Tauqeer picture Tauqeer · Oct 9, 2017 · Viewed 19.2k times · Source

I developed an ASP.NET MVC web application using SQL Server and my company owner ask me to publish on Synology disk station ds216+ii.

I found that I can host .net core app on Synology, but not ASP.NET MVC, and also found that SQL Server is also not possible to install.

My question is that can I upload a simple asp.net mvc web app, install SQL Server on Synology?

Answer

nk2003dec picture nk2003dec · Nov 6, 2017

I am looking into it right now and you can use docker to get a container from Microsoft. https://hub.docker.com/r/microsoft/mssql-server-linux/ If you have an 8GB RAM setup in the NAS it can definitely run on in terms of system resources.

enter image description here