23Jul/160
Docker
I switched from using Vagrant boxes to Docker .
There are few reasons why I did that :
- starts very fast
- low memory & disk usage
- there is no need to use Virtualbox anymore
- can deploy to AWS , DigitalOcean and Rackspace same server configuration as on your local
- scale easier
I watched a couple of training videos :
1. Learning Docker from O'Reilly
2. Real World Docker from O'Reilly