Ask HN: Are you using vagrant? What do you use it for?
1–7 of 7 posts
Re: Ask HN: Are you using vagrant? What do you use it for?
#2Re: Ask HN: Are you using vagrant? What do you use it for?
#3it depends I don't use it for local development. It is a great way to launch local machines but if all you are doing is coding apps with python/ node ./ruby etc then vagrant is overkill when you can use docker compose and docker files. What project are you working on ?
Re: Ask HN: Are you using vagrant? What do you use it for?
#4Re: Ask HN: Are you using vagrant? What do you use it for?
#5Re: Ask HN: Are you using vagrant? What do you use it for?
#6Re: Ask HN: Are you using vagrant? What do you use it for?
#7I'm using vagrant to work on our legacy system which is not fully migrated to docker, yet.
Personally I now just put a little effort into shoving whatever software we might need into a container, it’s usually not that difficult for web app style stacks.
I am by no means arguing docker plus docker-compose is a 1:1 replacement for vagrant, but for many use cases I think it can be much nicer. I would only resort to vagrant in the event containers cant solve the task at hand now.