Skip to content

Commit

Permalink
Update main docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 8, 2025
1 parent bbf9375 commit 57fdc7f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions static/docs/main/_sources/contents/containers.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ when using the exec command. This works as follows:

.. code-block:: console
# wwctl container exec --bind /tmp:/mnt rocky-8 /bin/sh
# wwctl container shell --bind /tmp:/mnt rocky-8
[rocky-8] Warewulf>
.. note::
Expand Down Expand Up @@ -257,7 +257,7 @@ can be specified in ``warewulf.conf``:

When the command completes, if anything within the container changed,
the container will be rebuilt into a bootable static object
automatically.
automatically. (To skip the automatic container rebuild, specify ``--build=false``.)

If the files ``/etc/passwd`` or ``/etc/group`` were updated, there
will be an additional check to confirm if the users are in sync as
Expand Down
4 changes: 2 additions & 2 deletions static/docs/main/contents/containers.html
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ <h2>Making Changes To Containers<a class="headerlink" href="#making-changes-to-c
</div>
<p>You can also <code class="docutils literal notranslate"><span class="pre">--bind</span></code> directories from your host into the container
when using the exec command. This works as follows:</p>
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp"># </span>wwctl<span class="w"> </span>container<span class="w"> </span><span class="nb">exec</span><span class="w"> </span>--bind<span class="w"> </span>/tmp:/mnt<span class="w"> </span>rocky-8<span class="w"> </span>/bin/sh
<div class="highlight-console notranslate"><div class="highlight"><pre><span></span><span class="gp"># </span>wwctl<span class="w"> </span>container<span class="w"> </span>shell<span class="w"> </span>--bind<span class="w"> </span>/tmp:/mnt<span class="w"> </span>rocky-8
<span class="go">[rocky-8] Warewulf&gt;</span>
</pre></div>
</div>
Expand All @@ -354,7 +354,7 @@ <h2>Making Changes To Containers<a class="headerlink" href="#making-changes-to-c
</div>
<p>When the command completes, if anything within the container changed,
the container will be rebuilt into a bootable static object
automatically.</p>
automatically. (To skip the automatic container rebuild, specify <code class="docutils literal notranslate"><span class="pre">--build=false</span></code>.)</p>
<p>If the files <code class="docutils literal notranslate"><span class="pre">/etc/passwd</span></code> or <code class="docutils literal notranslate"><span class="pre">/etc/group</span></code> were updated, there
will be an additional check to confirm if the users are in sync as
described in <a class="reference internal" href="#syncuser">Syncuser</a> section.</p>
Expand Down
2 changes: 1 addition & 1 deletion static/docs/main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 57fdc7f

Please sign in to comment.