Skip to content

Commit

Permalink
[ci skip] Autodoc commit for 3582f9556fd38aba01a852da95f662391ef14284.
Browse files Browse the repository at this point in the history
  • Loading branch information
oscwiag committed Dec 8, 2023
1 parent 73c7a94 commit c651045
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,16 @@ Starter def file
This is a ``.def`` file that we've tested this feature with.
You can use this as an example to start and update as required.


.. note::
Note that we're installing turbovnc and websockify *inside*
the container. This is important as all processes will run
inside the contianer and not on the host.

You can still install these on the host machine, but they will
need to be mounted inside the container as the processes are
expected to be ran *inside* the container.

.. code-block:: singularity
Bootstrap: docker
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,15 @@
<h2>Starter def file<a class="headerlink" href="#starter-def-file" title="Permalink to this headline"></a></h2>
<p>This is a <code class="docutils literal notranslate"><span class="pre">.def</span></code> file that we’ve tested this feature with.
You can use this as an example to start and update as required.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Note that we’re installing turbovnc and websockify <em>inside</em>
the container. This is important as all processes will run
inside the contianer and not on the host.</p>
<p>You can still install these on the host machine, but they will
need to be mounted inside the container as the processes are
expected to be ran <em>inside</em> the container.</p>
</div>
<div class="highlight-singularity notranslate"><div class="highlight"><pre><span></span><span class="k">Bootstrap</span>:<span class="w"> </span>docker

<span class="k">From</span>:<span class="w"> </span>rockylinux/rockylinux:<span class="m">8</span>
Expand Down
2 changes: 1 addition & 1 deletion vnc-container/searchindex.js

Large diffs are not rendered by default.

0 comments on commit c651045

Please sign in to comment.