TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Vagrant 1.5 and Vagrant Cloud

210 点作者 geetarista大约 11 年前

22 条评论

patcon大约 11 年前
Mitchell, firstly, I love you. You&#x27;re an amazing guy, and you&#x27;re creating something of great value in the world. I really appreciate you.<p>OK, so now the constructive criticism: Can you explain the apparent obsession with bringing everything great into vagrant core? I know that core leverages the same plugin architecture that everything else does, but I just can&#x27;t understand why you privilege &quot;official&quot; plugins above others. Not to mention the fact the it shifts the burden of maintainership onto core developers such as yourself.<p>(This criticism is coming from someone who in the past has spent a long time working with Drupal, and who has always been disappointed with how that community insists on pulling everything into core, under the guise of &quot;shepherding&quot;. As I see it, those pieces then move more slowly and are less likely to see a large maintainer-base who take ownership.)<p>&lt;3<p>EDIT: Holy jeez, Vagrant Cloud is awesome.
评论 #7375108 未加载
评论 #7377441 未加载
评论 #7381746 未加载
fideloper大约 11 年前
This is really exciting. I&#x27;m also glad Vagrant Cloud is in existence, I think that&#x27;s exactly what they need.<p>(I also want to see Docker&#x27;s Index blown out to be a more robust system like that!)<p>SMB is also huge for Windows users. Even on Linux, I found SMB easier to use and setup than NFS.
tobych大约 11 年前
Thank you sir.<p>Typo in your blog post: pleasent (should be pleasant). Also: &quot;interetsted&quot; on the &quot;Organization Accounts&quot; page.<p>Thank you again.<p>Not quite the awesome criticism sandwich @patcon made, but that&#x27;s all I can do.
thebyrd大约 11 年前
This is hot. Great approach to the same sorts of things we&#x27;re working on at <a href="http://bowery.io" rel="nofollow">http:&#x2F;&#x2F;bowery.io</a> and a logical next step for vagrant.
upthedale大约 11 年前
One problem with using Windows guests on Vagrant is how big they are. You can be looking at 20GB for a stripped down disk with just the OS. This can easily become prohibitive if you want to use more than a few VMs in Vagrant (not to mention the time copying all this redundant data).<p>Having read about differencing disks, they seem like the perfect solution to this problem, by allowing VMs to share the same parent disk, without needing to copy it (as each VM only needs to keep track of differences to the base disk). From what I&#x27;ve read of differencing disks, this seems like a no-brainer for Vagrant (but unfortunately my experience extends no further than what I&#x27;ve read).<p>Is there a reason Vagrant doesn&#x27;t use this approach? Any plans to put this on the roadmap? It seems like this feature is supported by both VirtualBox and Hyper-v.<p>(This page describes differencing disks, and the first diagram under &quot;Using multiple differencing disks with one parent disk&quot; accurately depicts the sort of thing I have in mind here <a href="http://technet.microsoft.com/en-us/library/cc720381(v=WS.10).aspx" rel="nofollow">http:&#x2F;&#x2F;technet.microsoft.com&#x2F;en-us&#x2F;library&#x2F;cc720381(v=WS.10)...</a> )
评论 #7375872 未加载
评论 #7380380 未加载
frio大约 11 年前
&quot;In 1.6, you&#x27;ll finally be able to see the status of all created Vagrant environments from anywhere on your system.&quot;<p>Yay!
评论 #7380403 未加载
gianbasagre大约 11 年前
Nice work Mitchell! Pretty excited to try this. But...<p>Is anyone else having problems with this release? On my machine (OSX Mavericks), running any vagrant command is taking ages and is making my computer non responsive. I rebooted, reinstalled vagrant, no luck.<p>I see in Activity Monitor a ruby process is almost taking over my CPU! at 90%+.
评论 #7376633 未加载
评论 #7377670 未加载
noir_lord大约 11 年前
Alternatives to NFS on Linux...oh god you just made me a happy happy bunny.<p>Just read the rsync part, I think I love you guys now.
评论 #7374873 未加载
评论 #7374851 未加载
mikecarlton大约 11 年前
Beware of Vagrant 1.5 if you need vagrant-berkshelf. There are serious dependency issues that are not yet solved:<p><a href="https://github.com/berkshelf/vagrant-berkshelf/issues/141" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;berkshelf&#x2F;vagrant-berkshelf&#x2F;issues&#x2F;141</a><p>I had to rollback to 1.4.3
Legion大约 11 年前
Rsync looks awesome, but having to run the rsync-auto command separately looks like it will be a drag.<p>There needs to be a plugin that will run rsync-auto automatically on vagrant up&#x2F;resume, and terminate it on vagrant halt&#x2F;suspend.
stephane-klein大约 11 年前
Is it possible to create a private Vagrant Share &quot;proxy&quot; ?
评论 #7374366 未加载
评论 #7374394 未加载
iaskwhy大约 11 年前
Vagrant Share works flawlessly, thank you very much, Mitchell!
pwelch大约 11 年前
This looks awesome. Really excited about Vagrant Cloud. Wish it had the option to sign in with Github but still looking forward to it.<p>Great work Vagrant Community and HashiCorp Team!
评论 #7375410 未加载
anko大约 11 年前
I don&#x27;t mean to this sound snarky, and I really appreciate vagrant. I&#x27;ve had patches merged over the years, so I&#x27;m a strong supporter.<p>BUT, I&#x27;d be genuinely interested on the reasoning behind charging for a vmware provider but not the hyperv one? Is it simply that nobody else bothered to develop a vmware provider?<p>I&#x27;ve considered developing a vmware provider, but don&#x27;t like the idea of cutting off a vagrant revenue source.
评论 #7377511 未加载
BerislavLopac大约 11 年前
OK, one criticism for Vagrant Cloud: When creating a box, it provides some default values for name, description etc -- but they are placed into the plaveholder attribute, meaning I still need to enter my own values. I suggest putting them to the value attribute of the form fields, which will speed up things while still allow the users to change the values if they wish.
rschmitty大约 11 年前
Excited for these new sync options like rsync and smb. I had been using smb shares on my VM in the past to get better performance
评论 #7374609 未加载
senthilnayagam大约 11 年前
mitchell I admire you, for number of commits you make on github.<p>downloading it now :)<p>there was some bad blood earlier where you complained about docker stability, they skipped vagrant and build boot2docker.<p>now vagrant has many features which first came out on docker especially in vagrant cloud.<p>edit: good to know it is not bad blood, my clarity has improved , curious why the down vote
评论 #7377114 未加载
评论 #7378339 未加载
taternuts大约 11 年前
Can&#x27;t wait to give it a shot, the Vagrant Share feature is really cool.
dflock大约 11 年前
Anyone know why there&#x27;s no repository for Vagrant? I have to manually download and install the deb|rpm and install it myself, manually, on every new release.<p>Is this just a manpower thing?
jwcrux大约 11 年前
Does anyone know what terminal emulator they&#x27;re using for vagrantcloud.com? It looks slick, I just can&#x27;t identify it.
评论 #7374640 未加载
评论 #7377959 未加载
alex_zige大约 11 年前
Vagrant cloud looks awesome. nice and easy share boxes distributions. Good work!
wnevets大约 11 年前
is 1.5 not compatible with 1.4.3 boxes? I had to downgrade because of ruby errors on windows 7.
评论 #7375667 未加载