TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Are you using vagrant? What do you use it for?

6 pointsby ghettolabsabout 6 years ago
About half way done with a project around vagrant and just trying to get some ideas if people are still using vagrant before I finish the project.

4 comments

diehundeabout 6 years ago
I use it a lot. For work reasons I have to use Windows but I've always used Linux for development so I just use vagrant instead of managing VMs directly from Virtual Box. I run vagrant up, then ssh into the VM using putty and inside putty I use my regular vim+tmux setup.
slap_shotabout 6 years ago
I used Vagrant back when I deployed into VMs. I haven't used it since I switched to using Kubernetes, as I can just run my container against minikube or a dev cluster and pretty much get I want. Great tool.
penguinlinuxabout 6 years ago
it 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 ?
评论 #19870837 未加载
waibelpabout 6 years ago
I'm using vagrant to work on our legacy system which is not fully migrated to docker, yet.
评论 #19878994 未加载