From 0ed9fea557c109ffd13c672063df54e5304550cc Mon Sep 17 00:00:00 2001 From: fherreazcue Date: Tue, 18 Aug 2026 10:03:44 +0100 Subject: [PATCH 1/2] Resolves #158 --- episodes/docker-desktop.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/episodes/docker-desktop.Rmd b/episodes/docker-desktop.Rmd index bcb3c15a..ab75279f 100644 --- a/episodes/docker-desktop.Rmd +++ b/episodes/docker-desktop.Rmd @@ -390,7 +390,7 @@ If you look at the contents of the file, for example with `cat config/print.conf ::: When we re-ran the *image*, we created a **new** *container*. -The new container is created from the template saved in the image, and so our changes have banished. +The new container is created from the template saved in the image, and so our changes appear to have vanished. This becomes very clear when we go back to the `Containers` tab on the left. We can see that the first container we created from the `spuc` image is there, next to the new container (which is still running, by the way). From 68488e734427c495ba9b39ce6e49bee6acfa4ab0 Mon Sep 17 00:00:00 2001 From: fherreazcue Date: Tue, 18 Aug 2026 10:05:10 +0100 Subject: [PATCH 2/2] Resolves #150 --- instructors/build/slides-2-day2.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instructors/build/slides-2-day2.html b/instructors/build/slides-2-day2.html index ebe82cd6..b56edca1 100644 --- a/instructors/build/slides-2-day2.html +++ b/instructors/build/slides-2-day2.html @@ -1916,7 +1916,7 @@

Rapid extension

With Docker Compose, you can easily add new services to your stack

For example maybe SPUC would benefit from :