Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 2dc51cd

Browse files
authored
Update sql-server-linux-setup-machine-learning-docker.md
update syntax
1 parent 8895be7 commit 2dc51cd

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article explains how to install SQL Server Machine Learning Services on Doc
3030

3131
The 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

3535
2. 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:
5959
3. 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

6769
4. Confirm by running the following command:
6870

0 commit comments

Comments
 (0)