From 0e6c70b793d8118548ff98c595f6814110d91c8d Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:05:32 -0700 Subject: [PATCH] Update console.rst --- docs/chapters/subcommands/console.rst | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/docs/chapters/subcommands/console.rst b/docs/chapters/subcommands/console.rst index 264a87b5..d25e1a3b 100644 --- a/docs/chapters/subcommands/console.rst +++ b/docs/chapters/subcommands/console.rst @@ -1,4 +1,3 @@ -======= console ======= @@ -10,17 +9,6 @@ This sub-command launches a login shell into the container. Default is password- [folsom]: root@folsom:~ # -TARGET can also be a running jails JID value. - -.. code-block:: shell - - ishmael ~ # bastille list - JID IP Address Hostname Path - 1 10.1.2.3 ishmael /usr/local/bastille/jails/ishmael/root - ishmael ~ # bastille console 1 - [ishmael]: - root@ishmael:~ # - At this point you are logged in to the container and have full shell access. The system is yours to use and/or abuse as you like. Any changes made inside the container are limited to the container.