mirror of
https://github.com/clearml/clearml-session
synced 2025-06-04 03:36:25 +00:00
Update README file
This commit is contained in:
parent
83e42e4647
commit
a3117e0c88
14
README.md
14
README.md
@ -139,7 +139,8 @@ VSCode server available at http://localhost:8898/
|
|||||||
|
|
||||||
Connection is up and running
|
Connection is up and running
|
||||||
Enter "r" (or "reconnect") to reconnect the session (for example after suspend)
|
Enter "r" (or "reconnect") to reconnect the session (for example after suspend)
|
||||||
Ctrl-C (or "quit") to abort (remote session remains active)
|
`i` (or "interactive") to connect to the SSH session
|
||||||
|
`Ctrl-C` (or "quit") to abort (remote session remains active)
|
||||||
or "Shutdown" to shut down remote interactive session
|
or "Shutdown" to shut down remote interactive session
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -148,8 +149,8 @@ Open your terminal, clone your code & start working :)
|
|||||||
|
|
||||||
### Leaving a session and reconnecting from the same machine
|
### Leaving a session and reconnecting from the same machine
|
||||||
|
|
||||||
On the `clearml-session` CLI terminal, enter 'quit' or press Ctrl-C
|
On the `clearml-session` CLI terminal, enter 'quit' or press `Ctrl-C`
|
||||||
It will close the CLI but leaves the remote session running
|
It will close the CLI but preserve the remote session (i.e. remote session will remain running)
|
||||||
|
|
||||||
When you want to reconnect to it, execute:
|
When you want to reconnect to it, execute:
|
||||||
``` bash
|
``` bash
|
||||||
@ -170,14 +171,15 @@ It will shut down the remote session, free the resource and close the CLI
|
|||||||
|
|
||||||
``` console
|
``` console
|
||||||
Enter "r" (or "reconnect") to reconnect the session (for example after suspend)
|
Enter "r" (or "reconnect") to reconnect the session (for example after suspend)
|
||||||
Ctrl-C (or "quit") to abort (remote session remains active)
|
`i` (or "interactive") to connect to the SSH session
|
||||||
|
`Ctrl-C` (or "quit") to abort (remote session remains active)
|
||||||
or "Shutdown" to shut down remote interactive session
|
or "Shutdown" to shut down remote interactive session
|
||||||
|
|
||||||
shutdown
|
shutdown
|
||||||
|
|
||||||
Shutting down interactive session
|
Shutting down interactive session
|
||||||
Interactive session ended
|
Remote session shutdown
|
||||||
Leaving interactive session
|
Goodbye
|
||||||
```
|
```
|
||||||
|
|
||||||
### Connecting to a running interactive session from a different machine
|
### Connecting to a running interactive session from a different machine
|
||||||
|
Loading…
Reference in New Issue
Block a user