mirror of https://github.com/docker/docs.git
Add an -s to the end of 'configuration' (#15334)
This commit is contained in:
parent
b6a87b3676
commit
db902cbbeb
|
@ -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
|
||||
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,
|
||||
a default command to run, and other metadata.
|
||||
|
||||
|
|
Loading…
Reference in New Issue