You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,7 +200,7 @@ Setting `-h` and `--name` to the same value is a good way to easily identify the
200
200
|**-e 'SA_PASSWORD=\<YourStrong!Passw0rd\>'**| Specify your own strong password that is at least 8 characters and meets the [SQL Server password requirements](../relational-databases/security/password-policy.md). Required setting for the SQL Server image. |
201
201
|**-p 1433:1433**| Map a TCP port on the host environment (first value) with a TCP port in the container (second value). In this example, SQL Server is listening on TCP 1433 in the container and this is exposed to the port, 1433, on the host. |
202
202
|**--name sql1**| Specify a custom name for the container rather than a randomly generated one. If you run more than one container, you cannot reuse this same name. |
203
-
|**mcr.microsoft.com/mssql/server:2019-CTP2.2-ubuntu**| The SQL Server 2019 CTP 2.2 Linux container image. |
203
+
|**mcr.microsoft.com/mssql/server:2019-CTP2.3-ubuntu**| The SQL Server 2019 CTP 2.3 Linux container image. |
204
204
205
205
3. To view your Docker containers, use the `docker ps` command.
Copy file name to clipboardExpand all lines: docs/linux/sql-server-linux-configure-docker.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,16 @@ This configuration article provides additional usage scenarios in the following
35
35
36
36
## <aid="rhel"></a> Run RHEL-based container images
37
37
38
-
All of the documentation on SQL Server Linux container images point to Ubuntu-based containers. Beginning with SQL Server 2019 preview, you can use containers based on Red Hat Enterprise Linux (RHEL). Change the container repository from **mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu** to **mcr.microsoft.com/mssql/rhel/server:vNext-CTP2.0** in all of your docker commands.
38
+
All of the documentation on SQL Server Linux container images point to Ubuntu-based containers. Beginning with SQL Server 2019 preview, you can use containers based on Red Hat Enterprise Linux (RHEL). Change the container repository from **mcr.microsoft.com/mssql/server:2019-CTP2.3-ubuntu** to **mcr.microsoft.com/mssql/rhel/server:2019-CTP2.3** in all of your docker commands.
39
39
40
40
For example, the following command pulls the latest SQL Server 2019 preview container that uses RHEL:
0 commit comments