Skip to content

Commit 8a8c914

Browse files
committed
1 parent c6d984f commit 8a8c914

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 muss 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)