Skip to content

Commit 2e4967b

Browse files
authored
Update docs/debugger/attach-to-process-running-in-docker-container.md
1 parent cbddcd7 commit 2e4967b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/debugger/attach-to-process-running-in-docker-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can attach the Visual Studio debugger to a process running in a Linux .NET C
3535
> To use this feature, you must have local access to the source code.
3636
3737
> [!NOTE]
38-
> You can use these instructions to attach to Linux Docker running in WSL over SSH, but your WSL instance must first run an SSH server. For example, you could install Open SSH Server (for example: `sudo apt-get install openssh-server`), configure the server by editing the configuration file (for example: /etc/SSH/sshd_config), and then start the server (for example: `sudo service ssh start`).
38+
> You can use these instructions to attach to Linux Docker running in WSL over SSH, but your WSL instance must first run an SSH server. For example, you could install Open SSH Server (for example: `sudo apt-get install openssh-server`), configure the server by editing the configuration file (for example: /etc/ssh/sshd_config), and then start the server (for example: `sudo service ssh start`).
3939
4040
To attach to a running process in a Linux Docker container:
4141

0 commit comments

Comments
 (0)