X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/2d0fb353b939cd2eaf0bb99afc369f30059723f7..544f1dceeb4e5fcc63b683d3edac48e62bca5958:/doc/user/debugging/container-shell-access.html.textile.liquid diff --git a/doc/user/debugging/container-shell-access.html.textile.liquid b/doc/user/debugging/container-shell-access.html.textile.liquid index c17c2a89ad..9c24980049 100644 --- a/doc/user/debugging/container-shell-access.html.textile.liquid +++ b/doc/user/debugging/container-shell-access.html.textile.liquid @@ -9,6 +9,8 @@ Copyright (C) The Arvados Authors. All rights reserved. SPDX-License-Identifier: CC-BY-SA-3.0 {% endcomment %} +{% include 'tutorial_expectations' %} + {% include 'notebox_begin' %} To use this feature, your Arvados installation must be configured to allow container shell access. See "the install guide":{{site.baseurl}}/install/container-shell-access.html for more information. @@ -34,14 +36,14 @@ Options: -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: -
~$ ./arvados-client shell ce8i5-xvhdp-e6wnujfslyyqn4b
+
~$ arvados-client shell ce8i5-xvhdp-e6wnujfslyyqn4b
 root@0f13dcd755fa:~#
 
@@ -49,7 +51,7 @@ root@0f13dcd755fa:~# The container UUID also works: -
~$ ./arvados-client shell ce8i5-dz642-h1cl0sa62d4i430
+
~$ arvados-client shell ce8i5-dz642-h1cl0sa62d4i430
 root@0f13dcd755fa:~#
 
@@ -57,7 +59,7 @@ root@0f13dcd755fa:~# SSH port forwarding is supported: -
~$ ./arvados-client shell ce8i5-dz642-h1cl0sa62d4i430 -L8888:localhost:80
+
~$ arvados-client shell ce8i5-dz642-h1cl0sa62d4i430 -L8888:localhost:80
 root@0f13dcd755fa:~# nc -l -p 80
 
@@ -72,7 +74,7 @@ And then, connecting to port 8888 locally: Which appears on the other end: -
~$ ./arvados-client shell ce8i5-dz642-h1cl0sa62d4i430 -L8888:localhost:80
+
~$ arvados-client shell ce8i5-dz642-h1cl0sa62d4i430 -L8888:localhost:80
 root@0f13dcd755fa:~# nc -l -p 80
 hello