We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fd60de commit a9fd242Copy full SHA for a9fd242
1 file changed
docs/docker.md
@@ -127,7 +127,7 @@ Do not expose port 8888 to the internet (e.g. via a cloud VM's firewall or a pub
127
binding without a reverse proxy).
128
For local use, bind the port to localhost only (e.g. `-p 127.0.0.1:8888:8888`) and use SSH
129
port forwarding to access the server remotely (see below).
130
-To use a custom token, pass `-e NOTEBOOK_TOKEN=<your-token>` to `docker run`.
+To use a custom token, pass `-e NOTEBOOK_TOKEN=<your-token>` to `docker run`. You can pass an empty string to disable token-authentication.
131
```
132
133
#### Jupyter Notebooks on remote servers
0 commit comments