Questions tagged «vagrant»

常规的虚拟支持是非主题的。可以在https://superuser.com上询问支持问题。Vagrant是一个命令行工具,用于在包括VirtualBox,VMware和AWS在内的各种提供程序之上置备虚拟化环境。

10
我应该使用Vagrant还是Docker创建隔离的环境?[关闭]
已关闭。这个问题需要更加集中。它当前不接受答案。 想改善这个问题吗?更新问题,使其仅通过编辑此帖子来关注一个问题。 3年前关闭。 我使用Ubuntu进行开发和部署,并且需要创建一个隔离的环境。 我正在考虑为此目的使用Vagrant或Docker。优缺点是什么,或者这些解决方案相比如何?
2083 vagrant  docker 

30
流浪者卡死的连接超时重试
昨晚我的流浪汉工作得很好。我刚打开PC,点击vagrant up,这就是我得到的: ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: hostonly ==> default: Forwarding ports... default: 22 => 2222 (adapter 1) ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take …
417 ssh  virtualbox  vagrant 

21
流浪错误:无法在Linux guest虚拟机中挂载文件夹
我对Vagrant共享文件夹有一些问题,我的基本系统是Ubuntu 13.10桌面。 我不明白为什么我有此错误,但配置不正确?是NFS问题还是Virtualbox Guest Additions?我尝试使用不同的许多盒子,但问题相同。 Failed to mount folders in Linux guest. This is usually because the "vboxsf" file system is not available. Please verify that the guest additions are properly installed in the guest and can work properly. The command attempted was: mount -t vboxsf -o uid=`id -u vagrant`,gid=`getent …


17
将单个文件从主机复制到Vagrant guest的最简单方法?
我有一个用例,有时我想将一个文件从主机复制到Vagrant来宾。 我不想通过传统的资源调配人(Puppet / Chef)来这样做,因为这通常是一次性的-我只想快速添加一些到我的Vagrantfile中。 我不想共享整个目录,这可能是因为我想覆盖现有文件而不会在guest虚拟机上破坏整个目录。 当我要做的就是复制文件时,编写一个shell设置脚本并处理潜在的转义似乎也有些过头。 那么,将单个文件从主机复制到来宾的最简单方法是什么?
241 vagrant 


22
尝试无业游民时出错
我在我的环境中使用Vagrant,但遇到了一个小问题: $vagrant up Bringing machine 'default' up with 'virtualbox' provider... ==> default: Box 'base' could not be found. Attempting to find and install... default: Box Provider: virtualbox default: Box Version: >= 0 ==> default: Adding box 'base' (v0) for provider: virtualbox default: Downloading: base An error occurred while downloading the …
227 vagrant 

23
SSH到Windows中的Vagrant框?
我正在使用Vagrant在Windows中启动VirtualBox VM。在其他平台上,我可以 $ vagrant ssh 连接到VM。 我该如何在Windows中连接到这个Vagrant盒子? Vagrant文​​档中建议的使用PuTTy的方法也无效: http://docs-v1.vagrantup.com/v1/docs/getting-started/ssh.html

22
无法在Windows10上打开/创建内部网络Vagrant
我昨天昨天将Windows 10升级到最新更新,现在,当我启动 vagrant up命令时,出现此错误: ==> default: Booting VM... ==> default: Waiting for machine to boot. This may take a few minutes... The guest machine entered an invalid state while waiting for it to boot. Valid states are 'starting, running'. The machine is in the 'poweroff' state. Please verify everything is …


11
使用Vagrant在桌面环境中运行虚拟机
我公司的开发环境基于在VirtualBox上运行的虚拟机。我们想进一步前进,并使用Vagrant的功能在文本文件中包含机器的描述,然后能够基于该文本文件“举起”该机器。结合木偶,这将解决我们每个人在VM中安装了不同软件版本的问题。 但是,Vagrant似乎非常专注于在主机上进行开发,从而使计算机处于后台。我们将需要在计算机中拥有我们的开发环境,因此我们需要一个完整的GUI,因此在键入“无用功”时,应显示具有完整桌面环境(XFCE,KDE ...)的计算机。 到目前为止,我已经设法通过Xubuntu发行版创建了一个“基本”框。但是,当我键入“ vagrant up”时,尽管出现了桌面,并且我能够正确登录,但Vagrant冻结了消息“正在等待计算机启动。这可能需要几分钟...”。过了一会儿,Vagrant崩溃了,因为超时了。因此,不会创建共享文件夹,也不会执行软件包供应商-puppet-。 如何使用vagrant创建具有完整GUI的虚拟机?

29
流浪ssh身份验证失败
ssh身份验证的问题: ==> default: Clearing any previously set forwarded ports... ==> default: Clearing any previously set network interfaces... ==> default: Preparing network interfaces based on configuration... default: Adapter 1: nat default: Adapter 2: bridged ==> default: Forwarding ports... default: 22 => 2222 (adapter 1) ==> default: Booting VM... ==> default: Waiting …

11
如何在Rails上禁用“无法从…渲染控制台”
我正在使用Ubuntu / vagrant作为开发环境。我在Rails控制台上收到这些消息: Started GET "/assets/home-fcec5b5a277ac7c20cc9f45a209a3bcd.js?body=1" for 10.0.2.2 at 2015-04-02 15:48:31 +0000 Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255 是否可以禁用那些“无法渲染...”消息或以任何方式允许它们?


8
流浪失败,/ dev / vboxnetctl:没有这样的文件或目录
可能有用,我发现了这个错误。常见的解决方案是重新安装virtualbox,但是有更好的方法。 解 sudo /Library/StartupItems/VirtualBox/VirtualBox restart 要么 sudo /Library/StartupItems/VirtualBox/VirtualBox start VirtualBox的4.3+ 在最新版本中,文件(/ Library / StartupItems / VirtualBox / VirtualBox)不存在,因此您需要使用以下命令: sudo launchctl load /Library/LaunchDaemons/org.virtualbox.startup.plist 错误 打印:http://d.pr/i/1Bvi 执行时出错VBoxManage,Vagrant用于控制VirtualBox的CLI。命令和stderr显示在命令下面:[“ hostonlyif”,“ create”] Stderr:0%...进度状态:NS_ERROR_FAILURE VBoxManage:错误:无法创建仅主机适配器VBoxManage:错误:VBoxNetAdpCtl:添加新接口时出错:无法打开/ dev / vboxnetctl:无此类文件或目录 VBoxManage:错误:详细信息:代码NS_ERROR_FAILURE(0x80004005),组件HostNetworkInterface,接口IHostNetworkInterface VBoxManage:错误:上下文:文件VBoxManageHostonly.cpp的第68行的“ int handleCreate(HandlerArg *,int,int *)” 关于该错误的Vagrant Git问题:https : //github.com/mitchellh/vagrant/issues/1671#issuecomment-22304107

By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.