Skip to main content

Restore SQL Server backup into Docker Container

sql1 is the SQL Server instance name 

 These commands will copy the ".bak" file into "/var/opt/mssql/backup" directory. You can use the "Restore Database" option in the SQL Server Management Studio to restore the database

Comments