File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ This article explains how to install SQL Server Machine Learning Services on Doc
3030
3131The following command clones the ` mssql-docker ` git repository to a local directory.
3232
33- 1 . Open a Bash terminal on Linux or Mac, or open a Windows Subsystem for Linux terminal on Windows .
33+ 1 . Open a Bash terminal on Linux or Mac.
3434
35352 . Create a directory to hold a local copy of the mssql-docker repository.
3636
@@ -59,10 +59,12 @@ Complete the following steps to build the docker image:
59593. Run the command:
6060
6161 ` ` ` bash
62- docker runs -d -e MSSQL_PID=Developer -e ACCEPT_EULA=Y -e ACCEPT_EULA_ML=Y -e SA_PASSWORD=< your_sa_password> -v 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 SA_PASSWORD=< your_sa_password> -p 1433:1433 mssql-server-mlservices
6363 ` ` `
6464
65- Change ` < your_sa_password> ` in ` SA_PASSWORD=< your_sa_password> ` and change the ` -v` path.
65+ Change ` < your_sa_password> ` in ` SA_PASSWORD=< your_sa_password> ` . The -v flag can be added to create a volume path in the container.
66+
67+
6668
67694. Confirm by running the following command:
6870
You can’t perform that action at this time.
0 commit comments