Update index.md (#21896)

Fix typo
pull/21932/head
Robin Naundorf 2018-11-04 22:29:20 +01:00 committed by Manish Giri
parent a674171714
commit 525ce1dc99
1 changed files with 1 additions and 1 deletions

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