We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5f7e6f commit dee4a58Copy full SHA for dee4a58
content/en/docs/concepts/containers/_index.md
@@ -31,7 +31,7 @@ and default values for any essential settings.
31
32
By design, a container is immutable: you cannot change the code of a
33
container that is already running. If you have a containerized application
34
-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
35
the change, then recreate the container to start from the updated image.
36
37
## Container runtimes
0 commit comments