Skip to content

Commit 36f5869

Browse files
authored
Merge pull request #172195 from cephalin/issue#80679
https://github.com/MicrosoftDocs/azure-docs/issues/80679
2 parents 351fe34 + ddccd02 commit 36f5869

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/app-service/configure-custom-container.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,8 @@ SSH enables secure communication between a container and a client. In order for
333333
EXPOSE 80 2222
334334
```
335335
336-
This configuration doesn't allow external connections to the container. Port 2222 of the container is accessible only within the bridge network of a private virtual network, and is not accessible to an attacker on the internet.
336+
> [!NOTE]
337+
> The root password must be exactly `Docker!` as it is used by App Service to let you access the SSH session with the container. This configuration doesn't allow external connections to the container. Port 2222 of the container is accessible only within the bridge network of a private virtual network and is not accessible to an attacker on the internet.
337338
338339
- In the start-up script for your container, start the SSH server.
339340

0 commit comments

Comments
 (0)