From c9eae2646492403b64d4becb0f21b863e2e30050 Mon Sep 17 00:00:00 2001 From: mirrormx Date: Sat, 24 May 2025 23:23:19 +0200 Subject: [PATCH] fix incorrect term used --- content/get-started/workshop/03_updating_app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/get-started/workshop/03_updating_app.md b/content/get-started/workshop/03_updating_app.md index 50bce7e0133..63c062cc371 100644 --- a/content/get-started/workshop/03_updating_app.md +++ b/content/get-started/workshop/03_updating_app.md @@ -100,7 +100,7 @@ To remove a container, you first need to stop it. Once it has stopped, you can r ## Summary -In this section, you learned how to update and rebuild a container, as well as how to stop and remove a container. +In this section, you learned how to update and rebuild an image, as well as how to stop and remove a container. Related information: - [docker CLI reference](/reference/cli/docker/)