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

Commit 90eaba5

Browse files
authored
Adjusting the end of the quickstart to account for port change
1 parent 815a2e9 commit 90eaba5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/linux/quickstart-install-connect-docker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,14 +223,14 @@ The following steps use **sqlcmd** outside of your container to connect to SQL S
223223

224224
1. Find the IP address for the machine that hosts your container. On Linux, use **ifconfig** or **ip addr**. On Windows, use **ipconfig**.
225225

226-
1. Run sqlcmd specifying the IP address and the port mapped to port 1433 in your container. In this example, that is port 1401 on the host machine.
226+
1. Run sqlcmd specifying the IP address and the port mapped to port 1433 in your container. In this example, that is the same port, 1433, on the host machine. If you specified a different mapped port on the host machine, you would use it here.
227227

228228
```bash
229-
sqlcmd -S 10.3.2.4,1401 -U SA -P '<YourNewStrong!Passw0rd>'
229+
sqlcmd -S 10.3.2.4,1433 -U SA -P '<YourNewStrong!Passw0rd>'
230230
```
231231

232232
```PowerShell
233-
sqlcmd -S 10.3.2.4,1401 -U SA -P "<YourNewStrong!Passw0rd>"
233+
sqlcmd -S 10.3.2.4,1433 -U SA -P "<YourNewStrong!Passw0rd>"
234234
```
235235

236236
1. Run Transact-SQL commands. When finished, type `QUIT`.

0 commit comments

Comments
 (0)