sqlserver2022

sqlserver2022

Docker app from DeadFeet's Repository

Overview

It's MS SQL Server... on Linux... who would have thunk it?!? Uses Official images for Microsoft SQL Server based on Ubuntu @ https://hub.docker.com/_/microsoft-mssql-server/ Database Storage Path: SQL Server data storage, defaults to cache drives for best performance. TCP Access Port - SQL Server TCP port, defaults to 1433. Accept End-User License Agreement - End-user License Agreement, REQUIRED. Sysadmin Password - SQL Server Sysadmin (sa) password, defaults to ChangeMe! if not changed.

Install Sqlserver2022 on Unraid in a few clicks.

Find Sqlserver2022 in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Sqlserver2022 Review the template variables and paths Click Install

Details

Repository
mcr.microsoft.com/mssql/server:2022-latest
Last Updated2026-07-17
First Seen2023-10-17

Runtime arguments

Network
bridge
Privileged
false
Extra Params
--ulimit stack=8192000:8192000

Template configuration

Database Storage PathPathrw

MS SQL Server data storage location

Target
/var/opt/mssql
TCP Access PortPorttcp

MS SQL Server TCP connection port

Target
1433
Default
1433
Value
1433
Accept End-User License AgreementVariable

EULA (Enter Y to accept)

Target
ACCEPT_EULA
Sysadmin PasswordVariable
Target
MSSQL_SA_PASSWORD
Default
ChangeMe!