Update README.md

This commit is contained in:
Niksac 2016-07-07 15:29:00 +02:00 committed by GitHub
parent 65078505c1
commit 3a714339da
1 changed files with 1 additions and 1 deletions

View File

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