From dee4a58df247954a6f63430ffab6cd9d946fb275 Mon Sep 17 00:00:00 2001 From: Adolfo Julcamoro Date: Thu, 10 Sep 2020 16:30:05 -0500 Subject: [PATCH] Update _index.md --- content/en/docs/concepts/containers/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/containers/_index.md b/content/en/docs/concepts/containers/_index.md index edee4eccc4..746e1b7fc9 100644 --- a/content/en/docs/concepts/containers/_index.md +++ b/content/en/docs/concepts/containers/_index.md @@ -31,7 +31,7 @@ and default values for any essential settings. By design, a container is immutable: you cannot change the code of a container that is already running. If you have a containerized application -and want to make changes, you need to build a new container that includes +and want to make changes, you need to build a new image that includes the change, then recreate the container to start from the updated image. ## Container runtimes