Skip to content

Commit

Permalink
docs: remove docker registry from home page
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Oct 25, 2024
1 parent 59e2f7d commit 79057a4
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions tmpl/home.page.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@
</h3>
<div>An rss email notification service using SSH.</div>
</div>

<div class="box">
<h3 class="m-0 p-0 text-lg">
<a href="/imgs">docker registry</a>
</h3>
<div>A private docker image registry using SSH for authentication.</div>
</div>
</article>

<div>
Expand Down Expand Up @@ -226,28 +219,6 @@ Cya!</pre>
</div>
</div>

<div class="box">
<h3 class="text-lg mt-0">Push and pull docker images using SSH</h3>
<div class="flex gap-2 flex-collapse">
<div class="flex-1 group">
<div>Open a tunnel to our docker registry:</div>
<pre>ssh -L 1338:localhost:80 -N imgs.sh</pre>
</div>

<div class="divider"></div>

<div class="flex-1 group">
<div>
Now you are authenticated! You are now able to push
and pull like normal:
</div>
<pre>docker push localhost:1338/alpine:latest
docker pull localhost:1338/alpine:latest</pre>
<div>All images sent to us are private and scoped to your user automatically.</div>
</div>
</div>
</div>

<div class="text-center">
<h3 class="text-lg inline-block">Ready to join?</h3>
<div><a href="/getting-started" class="btn-link">GET STARTED</a></div>
Expand Down

0 comments on commit 79057a4

Please sign in to comment.