-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathindex.html
444 lines (430 loc) · 33 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Container Tools</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Lato:400,300,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
</head>
<body id="body">
<div id="preloader">
<div class="book">
<div class="book__page"></div>
<div class="book__page"></div>
<div class="book__page"></div>
</div>
</div>
<!--
Header start
==================== -->
<div class="navbar-default navbar-fixed-top" id="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<!-- Collect the nav links, forms, and other content for toggling -->
<nav class="collapse navbar-collapse" id="navbar">
<ul class="nav navbar-nav navbar-right" id="top-nav">
<li><a href="https://github.com/singularityhub" target="_blank">
<i class="fa fa-github fa-2x"></i></a></li>
<li><a href="https://twitter.com/vsoch" target="_blank">
<i class="fa fa-twitter fa-2x"></i></a></li>
</ul>
</nav>
</div>
</div>
<section id="hero-area">
<div class="container" style="width:100%">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1 class="wow fadeInDown">Container Tools</h1>
<p class="wow fadeInDown" data-wow-delay="0.3s">Open source, collaborative tools for containers
</p>
<div class="wow fadeInDown" data-wow-delay="0.3s">
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 wow zoomIn">
<div class="block">
<div class="counter text-center">
<ul id="countdown_dashboard">
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularity-hpc.readthedocs.io" target="_blank">
<img src='/img/shpc.png' width="180px" height="181px"></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Singularity Registry HPC (shpc)</h2>
<p>Install Singularity containers as modules on your HPC system,
exposing custom aliases for entrypoints, and interactions like exec,
run, shell, and inspect. The shpc library is automatically updated
and includes a <a href='https://singularityhub.github.io/singularity-hpc/' target="_blank">library</a> of containers from docker hub, nvidia, biocontainers, and more.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://singularity-hpc.readthedocs.io" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularityhub/singularity-hpc" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularityhub.github.io/sregistry" target="_blank">
<img src='/img/registry.png' height="181px" width='180px'></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Singularity Registry Server</h2>
<p>Deploy a Singularity Registry Server for your Institution. If you
want to manage your own version of a Singularity Registry and have the
added ability to push directly to it, Singularity Registry Server meets
your use case. You can use the registry module in the Global Client
package to interact with your Singularity Registry Server.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
a <a href="https://singularityhub.github.io/sregistry" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularityhub/sregistry" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularityhub.github.io/singularity-catalog" target="_blank">
<img src='/img/singularity-catalog.png' style="margin-top:10px; margin-bottom:22px" height="148px" width='148px'></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Singularity Catalog</h2>
<p>The Singularity Community Catalog discovers Singularity community recipes on a nightly
basis and adds them to a searchable, interactive interface.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://github.com/singularityhub/singularity-catalog" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularityhub/singularity-catalog" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularityhub.github.io/singularity-cli" target="_blank">
<img src='/img/spython.png' height="181px" width='180px'></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Singularity Python</h2>
<p>Python Client for Singularity Command Line Software. Spython is the
python client to wrap Singularity, providing the core commands along
with a recipe converter.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://github.com/singularityhub/singularity-cli" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularity-cli" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularityhub.github.io/singularity-compose/" target="_blank">
<img src='/img/scompose.png' width="180px" height="181px"></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Singularity Compose</h2>
<p>Simple orchestration for Singularity container instances. Define your
instances (volumes, ports, containers) in a singularity-compose.yml
to reproduce generation of them again.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://singularityhub.github.io/singularity-compose/" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularityhub/singularity-compose" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularityhub.github.io/singularityware.github.io/" target="_blank">
<img src='/img/singularity-logo.svg' height="175px" style='padding-bottom:6px'></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Singularity Documentation Archive</h2>
<p>This is a documentation archive of the original Singularity project.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://github.com/singularityhub/singularityware.github.io" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://github.com/singularityhub/docker2singularity" target="_blank">
<img src='/img/docker2singularity.png' height="175px" style='padding-bottom:6px'></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">docker2singularity</h2>
<p>Originally a shell script and then a container, this tool offers
an alternative way to convert Docker images to Singularity. You can do
more customization to environment, entrypoint, or other if needed.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://quay.io/repository/singularity/docker2singularity?tab=tags" target="_blank">
<i class="fa vcon fa-2x fas fa-database"></i></a>
<a href="https://github.com/singularityhub/docker2singularity" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://github.com/singularityhub/singularity-docker" target="_blank">
<img src='/img/singularity-docker.png' width="180px" height="181px"></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">singularity-docker</h2>
<p>Docker images with Singularity installed provided as bases for easy usage.
Originally served on Docker Hub, and now provided at Quay.io.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://quay.io/repository/singularity/singularity?tab=tags" target="_blank">
<i class="fa vcon fa-2x fas fa-database"></i></a>
<a href="https://github.com/singularityhub/singularity-docker" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularityhub.github.io/sif" target="_blank">
<img src='/img/sif.png' width="180px" height="181px"></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">SIF Python</h2>
<p>Python client to interact with Singularity Image Format (SIF)
headers, allowing for inspection of header metadata, and
partition and signature blocks.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://singularityhub.github.io/sif" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularityhub/sif" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularityhub.github.io/sregistry-cli" target="_blank">
<img src='/img/global.png' height="181px" width='180px'></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Global Client</h2>
<p>Singularity Container Management for the Individual User. It's easy to pull and
build containers and lose track of where everything is. It's also hard to keep
up with the number of storage locations for containers. The Global Client provides
you with a local database to interact with images, and the multitude of
endpoints (Google, Globus, Dropbox) to push/pull from.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://github.com/singularityhub/sregistry-cli" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://singularityhub.github.io/sregistry-cli" target="_blank">
<i class="fa vcon fa-2x fa-github"></i>
</a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://sci-f.github.io" target="_blank">
<img src='/img/scif.png' height="181px" width='180px'></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">The Scientific Filesystem</h2>
<p>Containers historically expose one entry point, and if we provide several applications in
a container we need more, and we need to have internal
modularity, meaning that our applications are clearly distinguished from the container
base operating system. SCIF is a specification for a filesystem
organization, an environment variable namespace, and client for application discovery.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://sci-f.github.io" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/vsoch/scif" target="_blank">
<i class="fa vcon fa-2x fa-github"></i>
</a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://expfactory.github.io/expfactory" target="_blank">
<img style="margin-top:20px;margin-bottom:25px;"
src='/img/expfactory.png' width='180px'></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Experiment Factory</h2>
<p>The Experiment Factory, containers for reproducible behavioral science. The experiment
Factory will allow you to package your behavioral experiments in a reproducible
container, supporting multiple database and experiment types, so that the container you
use to collect your data is the same as the one that you share and publish.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://expfactory.github.io" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/expfactory" target="_blank">
<i class="fa vcon fa-2x fa-github"></i>
</a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularityhub.github.io/interface" target="_blank">
<img src='/img/tunel.png' height="181px" width='180px'></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Tunel Interface</h2>
<p>Interface for Singularity Container Management. Tunel is a Dockerized
application that gives interactive management for a local Global Client
database with Singularity images. It includes integration with
<a href="https://www.globus.org" target="_blank">Globus</a>, along with a
recipe generator, builder, and easy means to pull images from Singularity Hub,
Docker Hub, and Nvidia Container Registry.</p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://singularityhub.github.io/interface" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularityhub/interface" target="_blank">
<i class="fa vcon fa-2x fa-github"></i>
</a>
</div>
</div>
</div>
</li>
<li>
<div class="dash">
<div class="row">
<div class="col-md-4">
<a href="https://singularityhub.github.io/singularityhub-docs" target="_blank">
<img src='/img/robot.png' width="180px" height="181px"></a>
</div>
<div class="col-md-8" style='text-align:left'>
<h2 style="text-align:left">Singularity Hub</h2>
<p>A publicly available cloud service for Singularity Containers
active from 2016 to 2021. It built container recipes from Github
repositories on Google Cloud, and containers were available
via the command line Singularity or sregistry software. These containers
are still available now in the <a href='https://datasets.datalad.org/?dir=/shub/' target="_blank">Singularity Hub Archive</a></p>
</div>
</div>
<div class="row">
<div class="col-md-12">
<a href="https://singularityhub.github.io/singularityhub-docs" target="_blank">
<i class="fa vcon fa-2x fa-home"></i></a>
<a href="https://github.com/singularityhub/singularityhub-docs" target="_blank">
<i class="fa vcon fa-2x fa-github"></i></a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div><!-- .row close -->
</div><!-- .container close -->
</section><!-- header close -->
<section clas="wow fadeInUp">
<div class="map-wrapper">
</div>
</section>
<!-- Js -->
<script src="js/vendor/modernizr-2.6.2.min.js"></script>
<script src="js/vendor/jquery-1.10.2.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/plugins.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>