Skip to content

Commit 7ca61df

Browse files
authored
Merge pull request #15204 from WilliamAntonRohm/issue-4836
sql-docs/issues/4836 -- fixed variable name
2 parents 2533388 + f09ac8b commit 7ca61df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/linux/sql-server-linux-setup-machine-learning-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Complete the following steps to build the docker image:
5959
3. Run the command:
6060

6161
```bash
62-
docker run -d -e MSSQL_PID=Developer -e ACCEPT_EULA=Y -e ACCEPT_EULA_ML=Y -e SA_PASSWORD=<password> -v <directory on the host OS>:/var/opt/mssql -p 1433:1433 mssql-server-mlservices
62+
docker run -d -e MSSQL_PID=Developer -e ACCEPT_EULA=Y -e ACCEPT_EULA_ML=Y -e MSSQL_SA_PASSWORD=<password> -v <directory on the host OS>:/var/opt/mssql -p 1433:1433 mssql-server-mlservices
6363
```
6464

6565
> [!NOTE]

0 commit comments

Comments
 (0)