This commit is contained in:
Nikolay Tyukaev 2022-03-28 20:53:21 +03:00 committed by GitHub
parent 30ec7366bb
commit da9596bade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,12 +7,8 @@ Deep Learning Workbench (DL Workbench) is a web application running within a Doc
Unless necessary, limit the connections to the DL Workbench to `localhost` (127.0.0.1), so that it Unless necessary, limit the connections to the DL Workbench to `localhost` (127.0.0.1), so that it
is only accessible from the machine the Docker container is built on. is only accessible from the machine the Docker container is built on.
When using `docker run` to [start the DL Workbench from Docker When using `docker run` to [start the DL Workbench from Docker Hub](@ref workbench_docs_Workbench_DG_Run_Locally), limit connections for the host IP 127.0.0.1.
Hub](@ref workbench_docs_Workbench_DG_Run_Locally), limit connections for the host IP 127.0.0.1. For example, limit the connections for the host IP to the port `5665` with the `-p 127.0.0.1:5665:5665` command . Refer to [Container networking](https://docs.docker.com/config/containers/container-networking/#published-ports) for details.
For example, limit the connections for the host IP to the port `5665` with the `-p
127.0.0.1:5665:5665` command . Refer to [Container
networking](https://docs.docker.com/config/containers/container-networking/#published-ports) for
details.
## Authentication Security ## Authentication Security
@ -23,8 +19,7 @@ Workbench starts. Anyone who has the authentication token can use the DL Workben
When you finish working with the DL Workbench, log out to prevent the use of the DL Workbench from When you finish working with the DL Workbench, log out to prevent the use of the DL Workbench from
the same browser session without authentication. the same browser session without authentication.
To invalidate the authentication token completely, [restart the DL To invalidate the authentication token completely, [restart the DL Workbench](@ref workbench_docs_Workbench_DG_Docker_Container).
Workbench](@ref workbench_docs_Workbench_DG_Docker_Container).
## Use TLS to Protect Communications ## Use TLS to Protect Communications