Skip to content

Commit 6626c0e

Browse files
committed
docker: adding a podman image
1 parent 5b142cc commit 6626c0e

4 files changed

Lines changed: 16 additions & 2 deletions

File tree

content/tutorials/development_containers_build/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ To give you a metaphor to work on: imagine you have a nice little DIY project fo
3434
This time, you would like to build your own [Matryoshka dolls](https://en.wikipedia.org/wiki/Matryoshka_doll) (матрёшка, stacking dolls, a great allegory for recursion).
3535

3636
<figure>
37-
<img src="https://images.unsplash.com/photo-1586010135736-c16373adf060?q=80" alt="build" />
37+
<img src="https://images.unsplash.com/photo-1586010135736-c16373adf060?q=80" alt="Photo of a set of Matryoshka dolls." />
3838
<figcaption aria-hidden="true">(Photo by <a href="https://unsplash.com/@ilmatar?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Iza Gawrych</a> on <a href="https://unsplash.com/photos/a-group-of-blue-and-gold-vases-sitting-on-top-of-a-table-oL3O2PybLoo?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>)</figcaption>
3939
</figure>
4040

content/tutorials/development_containers_build/index.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To give you a metaphor to work on: imagine you have a nice little DIY project fo
3535
This time, you would like to build your own [Matryoshka dolls](https://en.wikipedia.org/wiki/Matryoshka_doll) (матрёшка, stacking dolls, a great allegory for recursion).
3636

3737
<figure>
38-
<img src="https://images.unsplash.com/photo-1586010135736-c16373adf060?q=80" alt="build" />
38+
<img src="https://images.unsplash.com/photo-1586010135736-c16373adf060?q=80" alt="Photo of a set of Matryoshka dolls." />
3939
<figcaption aria-hidden="true">(Photo by <a href="https://unsplash.com/@ilmatar?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Iza Gawrych</a> on <a href="https://unsplash.com/photos/a-group-of-blue-and-gold-vases-sitting-on-top-of-a-table-oL3O2PybLoo?utm_content=creditCopyText&utm_medium=referral&utm_source=unsplash">Unsplash</a>)</figcaption>
4040
</figure>
4141

content/tutorials/development_containers_podman/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,13 @@ Luckily, Docker is not a monolith.
3535
There are alternative approaches to containerization which mitigate some of the Docker limitations and disadvantages.
3636
In this tutorial, I will present [Podman](https://podman.io), a Docker alternative which I personally use the most (besides occasionally turning to ["buildah"](https://buildah.io)).
3737

38+
39+
<figure>
40+
<img src="https://podman.io/images/raw/characters/seal-diving.png" alt="The podman masquot, a stylized comic seal, jumping into the water." />
41+
<figcaption aria-hidden="true">Podman - let's dive in! (<a href="https://podman.io/features">Image source: the Podman website.</a>)</figcaption>
42+
</figure>
43+
44+
3845
# Podman
3946

4047
Podman might be the most prominent Docker alternative.

content/tutorials/development_containers_podman/index.qmd

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ There are alternative approaches to containerization which mitigate some of the
3636
In this tutorial, I will present [Podman](https://podman.io), a Docker alternative which I personally use the most (besides occasionally turning to ["buildah"](https://buildah.io)).
3737

3838

39+
<figure>
40+
<img src="https://podman.io/images/raw/characters/seal-diving.png" alt="The podman masquot, a stylized comic seal, jumping into the water." />
41+
<figcaption aria-hidden="true">Podman - let's dive in! (<a href="https://podman.io/features">Image source: the Podman website.</a>)</figcaption>
42+
</figure>
43+
44+
45+
3946
# Podman
4047
Podman might be the most prominent Docker alternative.
4148
Vocabulary is marginally different: a container is a "pod", they run on a "machine", and this FOSS tool helps you to manage them with the `podman` command.

0 commit comments

Comments
 (0)