From eac162dd32a06a0ba67ab3863c734793617db875 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Sat, 1 Mar 2025 13:15:50 -0700 Subject: [PATCH] Update start.rst --- docs/chapters/subcommands/start.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/chapters/subcommands/start.rst b/docs/chapters/subcommands/start.rst index 9057a707..6f1ddfc6 100644 --- a/docs/chapters/subcommands/start.rst +++ b/docs/chapters/subcommands/start.rst @@ -1,4 +1,3 @@ -===== start ===== @@ -9,3 +8,12 @@ To start a container you can use the `bastille start` command. ishmael ~ # bastille start folsom [folsom]: folsom: created + +.. code-block:: shell + + ishmael ~ # bastille start help + Usage: bastille start [option(s)] TARGET + Options: + + -v | --verbose Print every action on jail start. + -x | --debug Enable debug mode.