I am reading about docker-machine and Vagrant. From what I am reading its looks like docker-machine is light version of Vagrant, but Vagrant gives you more flexibility and control. Am I right?
Today I am using docker on my local machine with MacOS. I use Docker for simple stuff like run database server and etc. So Docker is great to have in many ways.
But if I want to seperate my dev environments?
Can anyone who have experience with both tell me which one I should prefer if I want to seperate my dev environments and pros/cons with both?
I want to understand which one I should use, docker-machine or Vagrant?
Thank you for helping me understand pros/cons with both and concept of it :)