From a3651ba11f90d9b81769b7fe88e0498be2df4585 Mon Sep 17 00:00:00 2001 From: Michael Dabydeen Date: Sun, 20 Dec 2015 23:44:14 -0500 Subject: [PATCH] Fix a typo. Spelling error --- _posts/13-03-01-Docker.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/13-03-01-Docker.md b/_posts/13-03-01-Docker.md index 3a98313..8539c07 100644 --- a/_posts/13-03-01-Docker.md +++ b/_posts/13-03-01-Docker.md @@ -6,12 +6,12 @@ anchor: docker ## Docker {#docker_title} Beside using Vagrant, another easy way to get a virtual development or production environment up and running is [Docker]. -Docker helps you to provide Linux containers for all kind of applications. +Docker helps you to provide Linux containers for all kind of applications. There are many helpful docker images which could provide you with other great services without the need to install these services on your local machine, e.g. MySQL or PostgreSQL and a lot more. Have a look at the [Docker Hub Registry] [docker-hub] to search a list of available pre-built containers, which you can then run and use in very few steps. -### Example: Runnning your PHP Applications in Docker +### Example: Running your PHP Applications in Docker After you [installed docker][docker-install] on your machine, you can start an Apache with PHP support in one step. The following command will download a fully functional Apache installation with the latest PHP version and provide the