-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
executable file
·20 lines (19 loc) · 1.53 KB
/
about.html
File metadata and controls
executable file
·20 lines (19 loc) · 1.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
---
layout: about
title: ""
permalink: /about/
---
<div class="container mtb">
<div class="row">
<div class="col-lg-6">
<img class="img-responsive" src="{{ "/assets/img/registry/robots/robot9.png" | prepend: site.baseurl }}" alt="">
</div>
<div class="col-lg-6">
<h4 style="color:#777">Singularity Registry</h4>
<p style="color:#999">If Singularity can be "one container to rule them all," the effort of Singularity Registry is to empower researchers, academics, developers, and all users alike to share their containers.</p>
<p style="color:#999">To get started, you should <a href="https://singularityhub.github.io/sregistry" target="_blank">read about</a> how to set up your registry. If you want it to appear here for others to find your containers, simple <a href="https://www.github.com/singularityhub/containers" target="_blank">add a page</a> to the repo in the <strong>_registries</strong> folder. That's it! You can also have a registry for private use.</p>
<p style="color:#999">Singularity Registry is a sibling of <a href="https://www.singularity-hub.org" target="_blank">Singularity Hub</a> and a proud part of the open source <a href="https://singularityware.github.io" target="_blank">Singularity </a> containers project. Thanks for visiting!</p>
<p style="color:#999"><br/><a href="https://www.github.com/singularityhub/sregistry/issues" class="btn btn-theme">Ask a Question</a></p>
</div>
</div><! --/row -->
</div><! --/container -->