Skip to content

Commit 0b9a6fd

Browse files
authored
Merge pull request #23800 from AdolfoJulcamoro/patch-1
Corrección al uso confuso de container
2 parents e5f7e6f + dee4a58 commit 0b9a6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/containers/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ and default values for any essential settings.
3131

3232
By design, a container is immutable: you cannot change the code of a
3333
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
34+
and want to make changes, you need to build a new image that includes
3535
the change, then recreate the container to start from the updated image.
3636

3737
## Container runtimes

0 commit comments

Comments
 (0)