mirror of
https://github.com/hackacad/bastille.git
synced 2025-12-16 00:05:37 +01:00
17 lines
414 B
ReStructuredText
17 lines
414 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.
|