Update index.md (#21896)

Fix typo
This commit is contained in:
Robin Naundorf
2018-11-04 22:29:20 +01:00
committed by Manish Giri
parent a674171714
commit 525ce1dc99

View File

@ -12,7 +12,7 @@ Containerization, which is a way of deploying and running applications, runs iso
Docker is used to simplify configurations, and ensure a smooth continuous integration and deployment flow. Specific containers can be specified for development, staging, and production environments. A true implementation of a container in production, according to the Docker manual, is to run it as a service, using the `docker-compose.yml` file for setup. This is a YAML file that defines how Docker containers should behave in production. Docker is used to simplify configurations, and ensure a smooth continuous integration and deployment flow. Specific containers can be specified for development, staging, and production environments. A true implementation of a container in production, according to the Docker manual, is to run it as a service, using the `docker-compose.yml` file for setup. This is a YAML file that defines how Docker containers should behave in production.
One of Docker's biggest advantages is that it can be used by a team using different operateing systems to build projects without needing to worry about software conflicts. One of Docker's biggest advantages is that it can be used by a team using different operating systems to build projects without needing to worry about software conflicts.
### Installation ### Installation