Skip to content

Commit

Permalink
fix docker wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored May 10, 2024
1 parent deb0751 commit f09e854
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions wiki-docker.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1 class="text-center text-off-white text-3xl">
Run the following command in a terminal to pull the image: <br> <br>
<code class="text-off-white mt-6 bg-site-200 rounded-[0.65em] p-1 border-rhino-purple border-2">docker pull ghcr.io/rhino-linux/docker:latest</code> or another specified version. <br> <br>
Then, you can run the following command to start it: <br> <br>
<code class="text-off-white mt-6 bg-site-200 rounded-[0.65em] p-1 border-rhino-purple border-2">docker run -it --net=host ghcr.io/rhino-linux/docker:latest bash</code>
<code class="text-off-white mt-6 bg-site-200 rounded-[0.65em] p-1 border-rhino-purple border-2">docker run -it --net=host --privileged ghcr.io/rhino-linux/docker:latest bash</code>
<br><br>
<hr class="flex h-1 mx-auto my-4 mb-4 bg-[#292540] border-0 rounded">
<p class="text-off-white mt-4">You can also use <a class="text-rhino-purple underline" href="https://github.com/rhino-linux/docker/blob/master/README.md" target="_blank">Rhino Docker Builder</a> to manage our images.</p>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h1 class="text-center text-off-white text-3xl">
Run the following command in a terminal to pull the image: <br> <br>
<code class="text-off-white mt-6 bg-site-200 rounded-[0.65em] p-1 border-rhino-purple border-2">docker pull ghcr.io/rhino-linux/docker:latest</code> or another specified version. <br> <br>
Then, you can run the following command to start it: <br> <br>
<code class="text-off-white mt-6 bg-site-200 rounded-[0.65em] p-1 border-rhino-purple border-2">docker run -it --net=host ghcr.io/rhino-linux/docker:latest bash</code>
<code class="text-off-white mt-6 bg-site-200 rounded-[0.65em] p-1 border-rhino-purple border-2">docker run -it --net=host --privileged ghcr.io/rhino-linux/docker:latest bash</code>
<br><br>
<hr class="flex h-1 mx-auto my-4 mb-4 bg-[#292540] border-0 rounded">
<p class="text-off-white mt-4">You can also use <a class="text-rhino-purple underline" href="https://github.com/rhino-linux/docker/blob/master/README.md" target="_blank">Rhino Docker Builder</a> to manage our images.</p>
Expand All @@ -142,7 +142,7 @@ <h1 class="text-center text-off-white text-3xl">
Run the following command in a terminal to pull the image: <br> <br>
<code class="text-off-white mt-6 bg-site-200 rounded-[0.65em] p-1 border-rhino-purple border-2">docker pull ghcr.io/rhino-linux/docker:latest</code> or another specified version. <br> <br>
Then, you can run the following command to start it: <br> <br>
<code class="text-off-white mt-6 bg-site-200 rounded-[0.65em] p-1 border-rhino-purple border-2">docker run -it --net=host ghcr.io/rhino-linux/docker:latest bash</code>
<code class="text-off-white mt-6 bg-site-200 rounded-[0.65em] p-1 border-rhino-purple border-2">docker run -it --net=host --privileged ghcr.io/rhino-linux/docker:latest bash</code>
</div>
</div>
</div>
Expand All @@ -152,4 +152,4 @@ <h1 class="text-center text-off-white text-3xl">
<a href="https://github.com/rhino-linux" class="text-rhino-purple">Source Code</a> | <a href="https://rhinolinux.org/contact.html" class="text-rhino-purple">Contact & Social</a> |<a href="https://ko-fi.com/rhinolinux" class="text-rhino-purple"> Donate</a> | <a href="https://rhinolinux.org/brand.html" class="text-rhino-purple"> Branding</a> | <a href="https://rhinolinux.org/unicorn.html" class="text-rhino-purple">Unicorn</a> | <a href="https://rhinolinux.org/tracker.html" class="text-rhino-purple">Bug tracker</a>
</p>
</body>
</html>
</html>

0 comments on commit f09e854

Please sign in to comment.