2018-11-24 20:07:20 -07:00
|
|
|
console
|
|
|
|
|
=======
|
|
|
|
|
|
2025-01-11 16:00:10 -07:00
|
|
|
This sub-command launches a login shell into the container. Default is password-less root login.
|
2018-11-24 20:07:20 -07:00
|
|
|
|
|
|
|
|
.. code-block:: shell
|
|
|
|
|
|
|
|
|
|
ishmael ~ # bastille console folsom
|
|
|
|
|
[folsom]:
|
|
|
|
|
root@folsom:~ #
|
|
|
|
|
|
2019-11-20 19:16:21 -07:00
|
|
|
At this point you are logged in to the container and have full shell access. The
|
2019-11-20 18:54:05 -07:00
|
|
|
system is yours to use and/or abuse as you like. Any changes made inside the
|
2019-11-20 19:16:21 -07:00
|
|
|
container are limited to the container.
|
2025-01-11 16:00:10 -07:00
|
|
|
|
|
|
|
|
.. 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.
|