[ARVADOS] updated: 2.1.0-808-gf0f77a857

Git user git at public.arvados.org
Mon May 17 21:23:20 UTC 2021


Summary of changes:
 doc/user/debugging/container-shell-access.html.textile.liquid | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

       via  f0f77a857e065550a5ca07be127a5a120528e6ef (commit)
      from  8db3bb4650ea151c4fd1d4e7a8195beae6080754 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit f0f77a857e065550a5ca07be127a5a120528e6ef
Author: Ward Vandewege <ward at curii.com>
Date:   Mon May 17 17:22:52 2021 -0400

    A few more doc tweaks.
    
    refs #17668
    
    Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward at curii.com>

diff --git a/doc/user/debugging/container-shell-access.html.textile.liquid b/doc/user/debugging/container-shell-access.html.textile.liquid
index c17c2a89a..91347e66f 100644
--- a/doc/user/debugging/container-shell-access.html.textile.liquid
+++ b/doc/user/debugging/container-shell-access.html.textile.liquid
@@ -34,14 +34,14 @@ Options:
 </code></pre>
 </notextile>
 
-The @arvados-client shell@ command calls the ssh binary on your system to make the connection. Everything after _[username@]container-uuid_ is passed through to your OpenSSH client. This means many other SSH features can be used, e.g. -g, -f -N, -n, ...
+The @arvados-client shell@ command calls the ssh binary on your system to make the connection. Everything after _[username@]container-uuid_ is passed through to your OpenSSH client.
 
 h2(#Examples). Examples
 
 Connect to a running container, using the container request UUID:
 
 <notextile>
-<pre><code>~$ <span class="userinput">./arvados-client shell ce8i5-xvhdp-e6wnujfslyyqn4b</span>
+<pre><code>~$ <span class="userinput">arvados-client shell ce8i5-xvhdp-e6wnujfslyyqn4b</span>
 root at 0f13dcd755fa:~#
 </code></pre>
 </notextile>
@@ -49,7 +49,7 @@ root at 0f13dcd755fa:~#
 The container UUID also works:
 
 <notextile>
-<pre><code>~$ <span class="userinput">./arvados-client shell ce8i5-dz642-h1cl0sa62d4i430</span>
+<pre><code>~$ <span class="userinput">arvados-client shell ce8i5-dz642-h1cl0sa62d4i430</span>
 root at 0f13dcd755fa:~#
 </code></pre>
 </notextile>
@@ -57,7 +57,7 @@ root at 0f13dcd755fa:~#
 SSH port forwarding is supported:
 
 <notextile>
-<pre><code>~$ <span class="userinput">./arvados-client shell ce8i5-dz642-h1cl0sa62d4i430 -L8888:localhost:80</span>
+<pre><code>~$ <span class="userinput">arvados-client shell ce8i5-dz642-h1cl0sa62d4i430 -L8888:localhost:80</span>
 root at 0f13dcd755fa:~# nc -l -p 80
 </code></pre>
 </notextile>
@@ -72,7 +72,7 @@ And then, connecting to port 8888 locally:
 Which appears on the other end:
 
 <notextile>
-<pre><code>~$ <span class="userinput">./arvados-client shell ce8i5-dz642-h1cl0sa62d4i430 -L8888:localhost:80</span>
+<pre><code>~$ <span class="userinput">arvados-client shell ce8i5-dz642-h1cl0sa62d4i430 -L8888:localhost:80</span>
 root at 0f13dcd755fa:~# nc -l -p 80
 hello
 </code></pre>

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list