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

Co-authored-by: Tim Bannister <tim@scalefactory.com>
pull/37960/head
Saverio Proto 2022-11-21 09:05:23 +01:00 committed by GitHub
parent 53155af284
commit dba449c2ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -31,7 +31,9 @@ software package, containing everything needed to run an application:
the code and any runtime it requires, application and system libraries,
and default values for any essential settings.
Containers are designed to be stateless and immutable: you should not change
Containers are intended to be stateless and
[immutable](https://glossary.cncf.io/immutable-infrastructure/):
you should not change
the code of a container that is already running. If you have a containerized
application and want to make changes, the correct process is to build a new
image that includes the change, then recreate the container to start from the