You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _uw-research-computing/software-overview-htc.md
+31-32Lines changed: 31 additions & 32 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@ This guide introduces how to build software in a container (our recommended stra
17
17
{% capture content %}
18
18
19
19
-[Start here](#start-here)
20
-
-[What approach should I use?](#what-approach-should-i-use)
21
20
-[Quickstart by software type](#quickstart-by-software-type)
21
+
-[What approach should I use?](#what-approach-should-i-use)
22
22
-[Container Overview](#container-overview)
23
23
-[Related pages](#related-pages)
24
24
@@ -41,11 +41,37 @@ containers.
41
41
</div>
42
42
</div>
43
43
44
+
* For more specific guidance about *your* software, see: [Quickstart by software type](#quickstart-by-software-type)
44
45
* For more guidance in whether jumping right into Apptainer is best for you:
45
46
[What approach should I use?](#what-approach-should-i-use)
46
-
* For more specific guidance about *your* software, see: [Quickstart by software type](#quickstart-by-software-type)
47
47
* To learn more about containers in general see: [Containers](#container-overview)
48
48
49
+
## Quickstart by software type
50
+
51
+
Click the link in the table below to jump to the instructions for the language/program/software that you want to use, and then click on "More Information."
In this section, we provide a brief introduction into what containers are,
112
111
why we recommend them, and a big picture view of how to use them on our High Throughput system.
113
112
114
-
### What is a Container?
113
+
### What is a container?
115
114
116
115
*"A container is a standard unit of software that packages up code and all its dependencies so the application runs quickly and reliably from one computing environment to another."*
0 commit comments