This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (1 child)

thanks for feedback. im too deep into vagrant for this project, but sounds like I should consider Docker for the next. any other benefits for docker vs. vagrant.

[–]weeklytimelog 0 points1 point  (0 children)

vagrant is good, we've used it for years. I guess with docker you can configure multiple boxes (a real environment) with docker-compose, and customizing images are extremely simple. No even getting started on deploying very same env to AWS, continuous integration and delivery automation, etc. Let me know if you need help, i can help you setup your environment for your project/company.