Skip to content

Commit a242299

Browse files
authored
Update sql-server-linux-docker-container-configure.md
Fixes https://github.com/MicrosoftDocs/sql-docs/issues/5867
1 parent f170200 commit a242299

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/linux/sql-server-linux-docker-container-configure.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: vin-yu
55
ms.author: vinsonyu
66
ms.reviewer: vanto
77
ms.custom: contperf-fy21q1
8-
ms.date: 09/07/2020
8+
ms.date: 03/22/2021
99
ms.topic: conceptual
1010
ms.prod: sql
1111
ms.technology: linux
@@ -39,6 +39,9 @@ Your SQL Server configuration changes and database files are persisted in the co
3939

4040
The first option is to mount a directory on your host as a data volume in your container. To do that, use the `docker run` command with the `-v <host directory>:/var/opt/mssql` flag. This allows the data to be restored between container executions.
4141

42+
> [NOTE]
43+
> SQL Server 2019 containers automatically start up as non-root, while SQL Server 2017 containers start as root by default. For more information on running SQL Server containers as non-root, see [Configure security](sql-server-linux-docker-container-security.md).
44+
4245
<!--SQL Server 2017 on Linux -->
4346
::: moniker range="= sql-server-linux-2017 || = sql-server-2017"
4447

0 commit comments

Comments
 (0)