Skip to content

Commit b862c61

Browse files
committed
docker: that footnote again :/
1 parent b64f85a commit b862c61

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

content/tutorials/development_containers/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Although containerization is an immensely useful Open Science tool worth strivin
3939
<img src="../../images/tutorials/development_docker/Gemini_Generated_Image_ngoz1wngoz1wngoz.jpg" alt="build" />
4040
<figcaption aria-hidden="true">I could not resist generating a catchy image on this, just to make this tutorial seem a little less dull. </figcaption>
4141
</figure>
42-
(Image via Google Gemini, modified[^2])
42+
<figcaption aria-hidden="true">(Image via Google Gemini, modified.)[^1] </figcaption>
4343

4444

4545
Time to explore what containers really are, and what they are not.
@@ -257,7 +257,7 @@ Ideally, to be a "full stack open science developer", you want to implement **a
257257

258258

259259
<a id="sec-rootless"></a>
260-
## "Because Roots Are Important"[^1]: Rootless Mode
260+
## "Because Roots Are Important": Rootless Mode[^2]
261261

262262
One of the main criticism about Docker is the necessity to run in a privileged user environment, which is indeed a security issue.
263263
This may refer to the system process requiring elevated privileges, or users in the `docker` system group [effectively having superuser privileges](https://github.com/moby/moby/issues/9976).
@@ -361,6 +361,7 @@ Your head might be twisting in a swirl of containers by now.
361361
I hope you find this overview useful, nevertheless.
362362
Thank you for reading!
363363

364-
[^1]: Reference to the film "La Grande Bellezza".
365364

366-
[^2]: Produced with Google Gemini (2025-02-21). Prompt: "I would love to have a comic-style image of a whale in a grail. The grail should be golden and shiny, resembling the holy grail. The whale on top is a reference to the docker logo (you may add sketchy little container blocks on its back)."
365+
[^1]: Produced with Google Gemini (2025-02-21). Prompt: "I would love to have a comic-style image of a whale in a grail. The grail should be golden and shiny, resembling the holy grail. The whale on top is a reference to the docker logo (you may add sketchy little container blocks on its back)."
366+
367+
[^2]: Reference to the film "La Grande Bellezza".

content/tutorials/development_containers/index.qmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ Although containerization is an immensely useful Open Science tool worth strivin
3737
<img src="../../images/tutorials/development_docker/Gemini_Generated_Image_ngoz1wngoz1wngoz.jpg" alt="build" />
3838
<figcaption aria-hidden="true">I could not resist generating a catchy image on this, just to make this tutorial seem a little less dull. </figcaption>
3939
</figure>
40-
(Image via Google Gemini, modified[^8])
40+
<figcaption aria-hidden="true">(Image via Google Gemini, modified.)[^1] </figcaption>
4141

42-
[^8]: Produced with Google Gemini (2025-02-21). Prompt: "I would love to have a comic-style image of a whale in a grail. The grail should be golden and shiny, resembling the holy grail. The whale on top is a reference to the docker logo (you may add sketchy little container blocks on its back).
42+
[^1]: Produced with Google Gemini (2025-02-21). Prompt: "I would love to have a comic-style image of a whale in a grail. The grail should be golden and shiny, resembling the holy grail. The whale on top is a reference to the docker logo (you may add sketchy little container blocks on its back).
4343
"
4444

4545

@@ -282,7 +282,7 @@ And, once more, those images are not a "holy grail" solution: they are not entir
282282
Ideally, to be a "full stack open science developer", you want to implement **a mixed strategy** consisting virtual environments and containers, wrapped in version control and stored in a backup image.
283283

284284

285-
## "Because Roots Are Important"[^6]: Rootless Mode {#sec-rootless}
285+
## "Because Roots Are Important": Rootless Mode[^6] {#sec-rootless}
286286

287287
[^6]: Reference to the film "La Grande Bellezza".
288288

0 commit comments

Comments
 (0)