mirror of
https://github.com/wassname/ray.git
synced 2026-08-18 12:20:14 +08:00
say which port is local and which one is remote (#1591)
This commit is contained in:
committed by
Robert Nishihara
parent
5859a2d249
commit
2026c147ec
@@ -50,7 +50,7 @@ with the ``-L`` option as such:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
ssh -L <port>:localhost:<port> <user>@<ip-address>
|
||||
ssh -L <local_port>:localhost:<remote_port> <user>@<ip-address>
|
||||
|
||||
So for the above URL, you would use the port 8889. The Jupyter notebook attempts
|
||||
to run on port 8888, but if that fails it tries successive ports until it finds
|
||||
|
||||
Reference in New Issue
Block a user