Update _index.md

pull/23800/head
Adolfo Julcamoro 2020-09-10 16:30:05 -05:00 committed by GitHub
parent e5f7e6fbc4
commit dee4a58df2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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