Skip to content

Commit db380e3

Browse files
committed
docker: cherry - a catchy image for the overview
1 parent 580fb3a commit db380e3

5 files changed

Lines changed: 23 additions & 4 deletions

File tree

content/tutorials/development_containers/index.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Containers with Docker and Podman
2+
title: Containers: An Overview
33
description: Introduction to containerization and the practical use of Docker-like tools.
4-
date: '2025-02-21'
4+
date: "2025-02-21"
55
authors: [falkmielke]
66
categories: ["development", "open science"]
77
tags: ["development", "open science", "docker", "containers"]
@@ -34,6 +34,13 @@ Although containerization is an immensely useful Open Science tool worth strivin
3434
- (ii) Docker alone does not make a reproducible workflow; some of its capability is occasionally confused with package version management.
3535
- (iii) Docker has issues, some of them mitigated by configuration adjustment or switching to "Podman".
3636

37+
38+
<figure>
39+
<img src="../../images/tutorials/development_docker/Gemini_Generated_Image_ngoz1wngoz1wngoz.jpg" alt="build" />
40+
<figcaption aria-hidden="true">I could not resist generating[^2] a catchy image on this, just to make this tutorial seem a little less dull. </figcaption>
41+
</figure>
42+
43+
3744
Time to explore what containers really are, and what they are not.
3845

3946

@@ -352,3 +359,5 @@ I hope you find this overview useful, nevertheless.
352359
Thank you for reading!
353360

354361
[^1]: Reference to the film "La Grande Bellezza".
362+
363+
[^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)."

content/tutorials/development_containers/index.qmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ Although containerization is an immensely useful Open Science tool worth strivin
3333
- (ii) Docker alone does not make a reproducible workflow; some of its capability is occasionally confused with package version management.
3434
- (iii) Docker has issues, some of them mitigated by configuration adjustment or switching to "Podman".
3535

36+
<figure>
37+
<img src="../../images/tutorials/development_docker/Gemini_Generated_Image_ngoz1wngoz1wngoz.jpg" alt="build" />
38+
<figcaption aria-hidden="true">I could not resist generating[^8] a catchy image on this, just to make this tutorial seem a little less dull. </figcaption>
39+
</figure>
40+
41+
[^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+
"
43+
44+
45+
3646
Time to explore what containers really are, and what they are not.
3747

3848
# Overview

content/tutorials/development_containers_build/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ This time, you would like to build your own [Matryoshka dolls](https://en.wikipe
4141

4242

4343
Like all good DIY, you do not fully start from scratch: you start with a blueprint which someone else has created, or general building instructions.
44-
You usually do not grow your own trees to get the wood, you buy wooden blocks of approximately the right size; neither do you mix you own paint from elemental ingredients, you assemble what others have to offer.
44+
You usually do not grow your own trees to get the wood, you buy wooden blocks of approximately the right size; neither do you mix paint from elemental ingredients, you assemble what others have to offer.
4545
But with those ingredients, you customize your making and end up with a very individual creation which, ideally, is exactly what you had in mind.
4646

4747
Customizing container images with the `build` command is the same business.

content/tutorials/development_containers_build/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This time, you would like to build your own [Matryoshka dolls](https://en.wikipe
4242

4343

4444
Like all good DIY, you do not fully start from scratch: you start with a blueprint which someone else has created, or general building instructions.
45-
You usually do not grow your own trees to get the wood, you buy wooden blocks of approximately the right size; neither do you mix you own paint from elemental ingredients, you assemble what others have to offer.
45+
You usually do not grow your own trees to get the wood, you buy wooden blocks of approximately the right size; neither do you mix paint from elemental ingredients, you assemble what others have to offer.
4646
But with those ingredients, you customize your making and end up with a very individual creation which, ideally, is exactly what you had in mind.
4747

4848

112 KB
Loading

0 commit comments

Comments
 (0)