Files
hackacad/docs/chapters/subcommands/console.rst
tschettervictor 0e6c70b793 Update console.rst
2025-03-01 13:05:32 -07:00

23 lines
610 B
ReStructuredText

console
=======
This sub-command launches a login shell into the container. Default is password-less root login.
.. code-block:: shell
ishmael ~ # bastille console folsom
[folsom]:
root@folsom:~ #
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.
.. code-block:: shell
"Usage: bastille console [option(s)] TARGET [user]"
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-x | --debug Enable debug mode.