Skip to content

Commit b9595a3

Browse files
authored
Merge pull request #15125 from PiJoCoder/patch-14
Add a step to update the password to prompt the user
2 parents fb133c5 + 9ca470c commit b9595a3

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ SELECT @@SERVERNAME,
172172

173173
Setting `-h` and `--name` to the same value is a good way to easily identify the target container.
174174

175+
5. As a final step, change your SA password because the `SA_PASSWORD` is visible in `ps -eax` output and stored in the environment variable of the same name. See steps below.
176+
175177
::: moniker-end
176178
<!--End of 2017 "Pull and run" section-->
177179

@@ -290,9 +292,15 @@ SELECT @@SERVERNAME,
290292

291293
Setting `-h` and `--name` to the same value is a good way to easily identify the target container.
292294

295+
296+
5. As a final step, change your SA password because the `SA_PASSWORD` is visible in `ps -eax` output and stored in the environment variable of the same name. See steps below.
297+
298+
293299
::: moniker-end
294300
<!--End of 2019 "Pull and run" section-->
295301

302+
303+
296304
## <a id="sapassword"></a> Change the SA password
297305

298306
<!-- This section was pasted in from includes/sql-server-linux-change-docker-password.md, to better support zone pivots. 2019/02/11 -->

0 commit comments

Comments
 (0)