Add an -s to the end of 'configuration' (#15334)

This commit is contained in:
oruchanasar 2022-08-09 15:21:36 +03:00 committed by GitHub
parent b6a87b3676
commit db902cbbeb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ capabilities approachable and easy to use. To summarize, a container:
When running a container, it uses an isolated filesystem. This custom filesystem is provided When running a container, it uses an isolated filesystem. This custom filesystem is provided
by a **container image**. Since the image contains the container's filesystem, it must contain everything by a **container image**. Since the image contains the container's filesystem, it must contain everything
needed to run an application - all dependencies, configuration, scripts, binaries, etc. The needed to run an application - all dependencies, configurations, scripts, binaries, etc. The
image also contains other configuration for the container, such as environment variables, image also contains other configuration for the container, such as environment variables,
a default command to run, and other metadata. a default command to run, and other metadata.