cvs-80083 (#11281)
This commit is contained in:
parent
30ec7366bb
commit
da9596bade
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user