Skip to content

Commit e91a907

Browse files
committed
chapter 4: make a parallel between Docker images and proprietary software
1 parent 76c9aea commit e91a907

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/thesis/4-conclusion.typ

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,10 @@ to Docker, users have been introduced to the concept of containerization,
118118
immutability, and to some extent, reproducibility.
119119

120120
While discussing Docker with people, I noticed a common misconception about
121-
reproducibility that is worth noting. To illustrate this, let's consider a
122-
project shipping builds of their open-source software through Docker images. At
123-
each release, they publish a new version of their image. These Docker images are
121+
reproducibility that is worth noting, similar to @info-box-proprietary-software.
122+
To illustrate this, let's consider a project shipping builds of their
123+
open-source software through Docker images hosted on Docker Hub. At each
124+
release, they publish a new version of their image. These Docker images are
124125
immutable, and users can use and reuse them at will. However, it is simply
125126
impossible to reproduce those images themselves from the sources. While this
126127
illustrates the Docker leitmotif #emph["build once, use everywhere"], it does

0 commit comments

Comments
 (0)