Skip to content

Commit

Permalink
docs: Update cmd for new functions
Browse files Browse the repository at this point in the history
  • Loading branch information
tschettervictor authored Feb 23, 2025
1 parent 9f89335 commit 5f65291
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docs/chapters/subcommands/cmd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmd
===

To execute commands within the container you can use `bastille cmd`.
Execute commands inside targeted jail(s).

.. code-block:: shell
Expand All @@ -12,3 +12,12 @@ To execute commands within the container you can use `bastille cmd`.
root 71464 0.0 0.0 14536 2000 - IsJ 4:52PM 0:00.00 /usr/sbin/syslogd -ss
root 77447 0.0 0.0 16632 2140 - SsJ 4:52PM 0:00.00 /usr/sbin/cron -J 60 -s
root 80591 0.0 0.0 18784 2340 1 R+J 4:53PM 0:00.00 ps -auxw
.. code-block:: shell
ishmael ~ # bastille cmd help
Usage: bastille cmd [option(s)] TARGET command"
Options:
-a | --auto Auto mode. Start/stop jail(s) if required.
-x | --debug Enable debug mode.

0 comments on commit 5f65291

Please sign in to comment.