Tag: vagrantfile

从地图集本地下载stream浪盒文件并进行configuration

我想从阿特拉斯下载一个stream浪盒子文件,以便在本地使用我的stream浪文件。 我该怎么做,我该如何configuration?

无法stream浪 – 如何设置“提供者”

我试图逃跑,但vagrant up出现错误出现: No usable default provider could be found for your system. Vagrant relies on interactions with 3rd party systems, known as "providers", to provide Vagrant with resources to run development environments. Examples are VirtualBox, VMware, Hyper-V. The easiest solution to this message is to install VirtualBox, which is available for free on all major […]

Vagrant中的符号链接和同步文件夹

我想使用Vagrant为我的团队提供一个共同的开发环境。 主机是完全不同的: 有些使用OS X,一些Linux和一些Windows。 有些使用VMware,有些使用VirtualBox。 在VM内部,我们要运行Linux。 到目前为止,一切都很好。 现在我们的想法是,每个开发人员都可以使用他们select的IDE,因此我们引入了一个共享文件夹,共享主机和VM之间的源代码。 这基本上,工作以及…符号链接除外。 在我们的源代码中,我们确实有一些符号链接,这在虚拟机内部的Linux内部不是问题,但是在Windows上,因为主机,这会导致问题。 我们唯一不能做的就是摆脱象征性的联系,所以我们需要另一种方式来处理这个问题。 到目前为止,我们已经尝试了一些select: 在Vagrant的一个问题中提到了一个解决方法,不幸的是这只是VirtualBox,并不能帮助那些运行VMware的人。 到目前为止,我们还没有find在Vagrantfile中运行代码的方法,具体取决于使用的提供程序。 我们现在已经尝试使用rsynctypes,而不是使用标准的共享文件夹。 这可以在Windows上运行,但是在OS X上崩溃的时候会出现一些错误,告诉我们这个symlink has no referent (每个符号链接symlink has no referent一个错误)。 我们考虑过NFS ,但只有在不使用Windows作为主机的情况下才有效。 我们也关于SMB ,但是这只能作为主机在Windows上运行。 我无法想象,我们是这个星球上唯一或第一批在共享文件夹中遇到多平台主机和符号链接问题的人。 你怎么能解决这个问题,这样我们可以保持象征性的联系,但仍然使用不同的主机操作系统?

stream浪SSHauthentication失败

与SSHauthentication的问题: ==> 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 for machine to boot. This […]

如何更改stream浪者'默认'的机器名称?

在启动一个stream浪箱时,“默认”这个名字来自哪里? $ vagrant up Bringing machine 'default' up with 'virtualbox' provider… 有没有办法设置这个?

stream浪超时

有一些问题,让我的stream浪汉了,得到了箱子,运行vagrant init和经过vagrant up命令我得到这个消息。 Bringing machine 'default' up with 'virtualbox' provider… ==> default: Importing base box 'precise32'… ==> default: Matching MAC address for NAT networking… ==> default: Setting the name of the VM: virtm_default_1400193131859_61200 ==> default: Fixed port collision for 22 => 2222. Now on port 2201. ==> default: Clearing any previously set network interfaces… ==> […]

如何通过Vagrantfile设置envionment变量和/ etc / hosts?

流浪版 流浪1.9.7 主机操作系统 Darwin bogon 16.6.0 Darwin Kernel版本16.6.0:2017年4月14日星期五16:21:16 PDT; 根目录:xnu-3789.60.24〜6 / RELEASE_X86_64 x86_64 客户操作系统 推文编号:Ubuntu 说明:Ubuntu 16.04.2 LTS 发行:16.04 代号:xenial 题 如何通过Vagrantfile设置envionment变量和/ etc / hosts? 在码头作曲家,我可以设置环境和extra_hosts 在流浪汉中,如何做到这一点?