Skip to content

Commit 4600911

Browse files
authored
Merge pull request #6175 from MicrosoftDocs/FromPublicRepo
Confirm merge from FromPublicRepo to master to sync with https://github.com/MicrosoftDocs/sql-docs (branch live)
2 parents c11b06a + 94947cb commit 4600911

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/tutorial-restore-backup-in-sql-server-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ This tutorial demonstrates how to move and restore a SQL Server backup file into
9797

9898
This tutorial uses the [Wide World Importers sample database](../sample/world-wide-importers/wide-world-importers-documentation.md). Use the following steps to download and copy the Wide World Importers database backup file into your SQL Server container.
9999

100-
1. First, use **docker exec** to create a backup folder. The following command creates a **/var/opt/mssql/** directory inside the SQL Server container.
100+
1. First, use **docker exec** to create a backup folder. The following command creates a **/var/opt/mssql/backup** directory inside the SQL Server container.
101101

102102
```bash
103103
sudo docker exec -it sql1 mkdir /var/opt/mssql/backup

0 commit comments

Comments
 (0)