From 3a714339da718a5b76d7a8fdbe4d05b21ecb3942 Mon Sep 17 00:00:00 2001 From: Niksac Date: Thu, 7 Jul 2016 15:29:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22d5f882..e4b5f5b1 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ Seriously!!! Instead of providing a full Virtual Machines, like you get with Vagrant, Docker provides you **lightweight** Virtual Containers, that share the same kernel and allow to safely execute independent processes. -In addition to the speed, Docker gives tens of features that cannot be achieved with Vagrant. +In addition to the speed, Docker gives tons of features that cannot be achieved with Vagrant. Most importantly Docker can run on Development and on Production (same environment everywhere). While Vagrant is designed for Development only, (so you have to re-provision your server on Production every time).