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: pages/docs/user-docs/action-build.md
+63-43Lines changed: 63 additions & 43 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,15 @@ folder: docs
7
7
8
8
Build is the process where we install an operating system and then configure it appropriately for a specified need. To do this we use a [Singularity recipe](/docs-recipes) file (a text file called `Singularity`) which is a recipe of how to specifically build the container. Here we will overview the usage, best practices, and quick examples.
9
9
10
-
- For a detailed **walkhrough of getting started** with build, we will point you to the <ahref="/quickstart">quickstart</a>.
11
-
- If you want to customize the cache, specify Docker credentials, or any custom tweaks to your build environment, see <ahref="/build-environment">build environment</a>.
12
-
- If you want to look at how to get started to making interally **modular containers**, check out <ahref="http://containers-ftw.org/apps/examples/tutorials/getting-started"target="_blank">this post</a>.
10
+
11
+
**Getting Started**
12
+
For a detailed **walkhrough of getting started** with build, we will point you to the <ahref="/quickstart">quickstart</a>.
13
+
14
+
**Build Environment**
15
+
If you want to customize the cache, specify Docker credentials, or any custom tweaks to your build environment, see <ahref="/build-environment">build environment</a>.
16
+
17
+
**Modular Containers**
18
+
If you want to look at how to get started to making interally **modular containers**, check out <ahref="http://containers-ftw.org/apps/examples/tutorials/getting-started"target="_blank">this post</a>.
- For a detailed **walkhrough of getting started** with build, we will point you to the <a href="/quickstart">quickstart</a>.
295
+
- If you want to customize the cache, specify Docker credentials, or any custom tweaks to your build environment, see <a href="/build-environment">build environment</a>.
296
+
- If you want to look at how to get started to making interally **modular containers**, check out <a href="http://containers-ftw.org/apps/examples/tutorials/getting-started" target="_blank">this post</a>.
270
297
271
-
For additional help, please visit our public documentation pages which are
272
-
found at:
273
-
274
-
http://singularity.lbl.gov/
275
-
276
-
277
-
```
278
298
279
299
## Support
280
300
Have a question, or need further information? <a href="/support">Reach out to us.</a>
0 commit comments