Update index.md (#5903)

This commit is contained in:
jugdizh 2018-02-02 17:48:50 +00:00 committed by Misty Stanley-Jones
parent 19cfba5cc6
commit 54fde831c6
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ Containerization is increasingly popular because containers are:
### Images and containers
A container is launched by running an image. An **image** is an executable
package that includes everything needed to run an appplication--the code, a
package that includes everything needed to run an application--the code, a
runtime, libraries, environment variables, and configuration files.
A **container** is a runtime instance of an image--what the image becomes in