|
1 | 1 | ---
|
2 |
| -title: "Docker: Install Containers for SQL Server on Linux" |
| 2 | +title: "Docker: Run Containers for SQL Server on Linux" |
3 | 3 | description: This quickstart shows how to use Docker to run the SQL Server Linux container images. You connect to a database and run a query.
|
4 | 4 | author: amitkh-msft
|
5 | 5 | ms.author: amitkh
|
6 | 6 | ms.reviewer: vanto, randolphwest
|
7 |
| -ms.date: 05/02/2025 |
| 7 | +ms.date: 06/06/2025 |
8 | 8 | ms.service: sql
|
9 | 9 | ms.subservice: linux
|
10 | 10 | ms.topic: quickstart
|
@@ -241,7 +241,7 @@ docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=<password>" `
|
241 | 241 | > [!CAUTION]
|
242 | 242 | > [!INCLUDE [password-complexity](includes/password-complexity.md)] If you don't follow these password requirements, the container can't set up [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], and stops working. You can examine the error log by using the [`docker logs`](https://docs.docker.com/reference/cli/docker/container/logs) command.
|
243 | 243 |
|
244 |
| -By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](./sql-server-linux-docker-container-deployment.md#production). |
| 244 | +By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](sql-server-linux-docker-container-deployment.md#production). |
245 | 245 |
|
246 | 246 | The following table provides a description of the parameters in the previous `docker run` example:
|
247 | 247 |
|
@@ -485,7 +485,7 @@ docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=<password>" `
|
485 | 485 | > [!CAUTION]
|
486 | 486 | > [!INCLUDE [password-complexity](includes/password-complexity.md)] If you don't follow these password requirements, the container can't set up [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], and stops working. You can examine the error log by using the [`docker logs`](https://docs.docker.com/reference/cli/docker/container/logs) command.
|
487 | 487 |
|
488 |
| -By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](./sql-server-linux-docker-container-deployment.md#production). |
| 488 | +By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](sql-server-linux-docker-container-deployment.md#production). |
489 | 489 |
|
490 | 490 | The following table provides a description of the parameters in the previous `docker run` example:
|
491 | 491 |
|
@@ -562,7 +562,7 @@ sqlcmd create mssql get-tags
|
562 | 562 |
|
563 | 563 | ::: zone-end
|
564 | 564 |
|
565 |
| -By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](./sql-server-linux-docker-container-deployment.md#production). |
| 565 | +By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](sql-server-linux-docker-container-deployment.md#production). |
566 | 566 |
|
567 | 567 | The following table provides a description of the parameters in the previous `docker run` example:
|
568 | 568 |
|
@@ -728,7 +728,7 @@ docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=<password>" `
|
728 | 728 | > [!CAUTION]
|
729 | 729 | > [!INCLUDE [password-complexity](includes/password-complexity.md)] If you don't follow these password requirements, the container can't set up [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], and stops working. You can examine the error log by using the [`docker logs`](https://docs.docker.com/reference/cli/docker/container/logs) command.
|
730 | 730 |
|
731 |
| -By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](./sql-server-linux-docker-container-deployment.md#production). |
| 731 | +By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](sql-server-linux-docker-container-deployment.md#production). |
732 | 732 |
|
733 | 733 | The following table provides a description of the parameters in the previous `docker run` example:
|
734 | 734 |
|
@@ -858,7 +858,7 @@ sqlcmd create mssql get-tags
|
858 | 858 |
|
859 | 859 | ::: zone-end
|
860 | 860 |
|
861 |
| -By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](./sql-server-linux-docker-container-deployment.md#production). |
| 861 | +By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](sql-server-linux-docker-container-deployment.md#production). |
862 | 862 |
|
863 | 863 | The following table provides a description of the parameters in the previous `docker run` example:
|
864 | 864 |
|
@@ -1048,7 +1048,7 @@ docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=<password>" `
|
1048 | 1048 | > [!CAUTION]
|
1049 | 1049 | > [!INCLUDE [password-complexity](includes/password-complexity.md)] If you don't follow these password requirements, the container can't set up [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)], and stops working. You can examine the error log by using the [`docker logs`](https://docs.docker.com/reference/cli/docker/container/logs) command.
|
1050 | 1050 |
|
1051 |
| -By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](./sql-server-linux-docker-container-deployment.md#production). |
| 1051 | +By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](sql-server-linux-docker-container-deployment.md#production). |
1052 | 1052 |
|
1053 | 1053 | The following table provides a description of the parameters in the previous `docker run` example:
|
1054 | 1054 |
|
@@ -1178,7 +1178,7 @@ sqlcmd create mssql get-tags
|
1178 | 1178 |
|
1179 | 1179 | ::: zone-end
|
1180 | 1180 |
|
1181 |
| -By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](./sql-server-linux-docker-container-deployment.md#production). |
| 1181 | +By default, this quickstart creates a container with the Developer edition of [!INCLUDE [ssnoversion-md](../includes/ssnoversion-md.md)]. The process for running production editions in containers is slightly different. For more information, see [Run production container images](sql-server-linux-docker-container-deployment.md#production). |
1182 | 1182 |
|
1183 | 1183 | The following table provides a description of the parameters in the previous `docker run` example:
|
1184 | 1184 |
|
|
0 commit comments