Skip to content

Commit

Permalink
[skip ci] publish latest
Browse files Browse the repository at this point in the history
Signed-off-by: navigation2-ci <[email protected]>
  • Loading branch information
navigation2-ci committed Feb 10, 2024
1 parent b32bf2d commit 151f2d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _sources/tutorials/docs/docker_dev.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ Some that skip ahead at this point might notice that when launching their applic
Docker's isolation isn't just for networking, but also in visualization and other assets.
Thus, we must specifically enable carve outs for GUIs to appear on our screens.

- ``--priviledged``: Bypasses many of the checks to field the container from the host system. A hammer smashing isolation.
- ``--privileged``: Bypasses many of the checks to field the container from the host system. A hammer smashing isolation.
- ``--env="DISPLAY=$DISPLAY``: Sets display to use for GUI
- ``--volume="${XAUTHORITY}:/root/.Xauthority"``: Gets important info from the XServer for graphics display

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion tutorials/docs/docker_dev.html
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ <h3>Visualizations from Docker<a class="headerlink" href="#visualizations-from-d
Docker’s isolation isn’t just for networking, but also in visualization and other assets.
Thus, we must specifically enable carve outs for GUIs to appear on our screens.</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">--priviledged</span></code>: Bypasses many of the checks to field the container from the host system. A hammer smashing isolation.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">--privileged</span></code>: Bypasses many of the checks to field the container from the host system. A hammer smashing isolation.</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">--env=&quot;DISPLAY=$DISPLAY</span></code>: Sets display to use for GUI</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">--volume=&quot;${XAUTHORITY}:/root/.Xauthority&quot;</span></code>: Gets important info from the XServer for graphics display</p></li>
</ul>
Expand Down

0 comments on commit 151f2d0

Please sign in to comment.