


To launch the image you downloaded in Docker, use: docker run -d -name example_sql_server -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Strong.Pwd-123' -p 1433:1433 /mssql/server:2019-latest Run the following command in the terminal window to download the image for SQL Server 2019: sudo docker pull /mssql/server:2019-latest Step 2: Launch the SQL Server Image in Docker We also have a guide on installing SQL Server on Linux.

Note: For more information, check out our guide to installing SQL Server on Windows 10.
