Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 29, 2024
1 parent 4742c77 commit 208c39a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/main/_sources/contents/containers.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,17 @@ Here is an example of importing from Docker Hub.
<https://hub.docker.com/u/warewulf>`_ are not limited and thus
they boot as you would expect.

Platform
--------

By default,
Warewulf will try to import a container of the same platform
(e.g., amd64, arm64)
as the local system.
To specify the platform to import,
either specify `WAREWULF_OCI_PLATFORM`
or use the argument `--platform` during import.

Private Registry
----------------

Expand Down
11 changes: 11 additions & 0 deletions docs/main/contents/containers.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
<li class="toctree-l1 current"><a class="current reference internal" href="#">Container Management</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#container-tools">Container Tools</a></li>
<li class="toctree-l2"><a class="reference internal" href="#importing-containers">Importing Containers</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#platform">Platform</a></li>
<li class="toctree-l3"><a class="reference internal" href="#private-registry">Private Registry</a></li>
<li class="toctree-l3"><a class="reference internal" href="#local-files">Local Files</a></li>
<li class="toctree-l3"><a class="reference internal" href="#http-proxies">HTTP proxies</a></li>
Expand Down Expand Up @@ -194,6 +195,16 @@ <h2>Importing Containers<a class="headerlink" href="#importing-containers" title
user mode. The containers in <a class="reference external" href="https://hub.docker.com/u/warewulf">https://hub.docker.com/u/warewulf</a> are not limited and thus
they boot as you would expect.</p>
</div>
<section id="platform">
<h3>Platform<a class="headerlink" href="#platform" title="Link to this heading"></a></h3>
<p>By default,
Warewulf will try to import a container of the same platform
(e.g., amd64, arm64)
as the local system.
To specify the platform to import,
either specify <cite>WAREWULF_OCI_PLATFORM</cite>
or use the argument <cite>–platform</cite> during import.</p>
</section>
<section id="private-registry">
<h3>Private Registry<a class="headerlink" href="#private-registry" title="Link to this heading"></a></h3>
<p>It is possible to use a private registry that is password protected or
Expand Down
2 changes: 1 addition & 1 deletion docs/main/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 208c39a

Please sign in to comment.