From 9076ce979ff1651d65366a4ea2f3341dc03bebf8 Mon Sep 17 00:00:00 2001 From: Tony Mutai Date: Fri, 1 May 2015 10:39:57 +0300 Subject: [PATCH] Fix typo --- post.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/post.md b/post.md index 8a83387..60ac9d2 100644 --- a/post.md +++ b/post.md @@ -28,7 +28,7 @@ Assuming you migrate 10 monolithic service applications to 100 independent micro Containers to the rescue! Well, [Docker](http://docker.com). -If you haven’t been paying attention the last year, Docker is a really awesome platform that allows you to configur and run applications via application containers. This is a shift from virtual machines where each application needed to run on a full operating system. With containers, you are sharing resources on the host operating system with proper security, file, networking resources managed for you. +If you haven’t been paying attention the last year, Docker is a really awesome platform that allows you to configure and run applications via application containers. This is a shift from virtual machines where each application needed to run on a full operating system. With containers, you are sharing resources on the host operating system with proper security, file, networking resources managed for you. The awesome thing with Docker is the application stack you configure and run locally is the exact same that you can run in production. Repeat, the exact same configuration locally as in production.