-
## Description:
Do you think it's worth adding a Vagrantfile side by side with the limavm configuration?
I'm asking this because, at least with the people that I talk to, it's more common to use…
-
### Steps to reproduce the problem
1. Wanted to compile branding SVGs
2. Updated my vagrant VM according to the Vagrantfile
3. SSHed into VM
4. apt installed rsvg
5. Tried to use rails branding…
-
running `vagrant up` from inside your repo was complaining about "path', this fixed it:
> * `path` for shell provisioner does not exist on the host system: /root/vagrant/lab/ConfigureRemotingForAns…
avuko updated
4 years ago
-
Creates a base Vagrantfile with custom settings to allow running boxes on HyperV.
Example:
```
# -*- mode: ruby -*-
# vi: set ft=ruby :
Vagrant.configure('2') do |config|
config.vm.box =…
-
Please add the [VagrantFile](https://github.com/arky/iiab-smoketest/blob/master/Vagrantfile) from [iiab-smoketest](https://github.com/arky/iiab-smoketest) into IIAB. This allows developers to quickly …
-
```
frank@franktop:~/src/www.mesosframeworks.com$ vagrant up
There was an error loading a Vagrantfile. The file being loaded
and the error message are shown below. This is usually caused by
a syntax e…
-
Currently we have two default vagrant files, one vagrantfile for podman and one vagrantfile for containerd. Out of these the default ones are broken see https://github.com/containers/youki/issues/288…
-
For powerusers it would be useful to have access to hypervisor specific settings (aka hvparams). This would be for things such as boot order, vnc settings, etc and all be optional. One thing to note i…
-
Wanted to fix a bug but found that i can't start dev environment. Could someone please assist?
I made a first step:
`config.vm.box = "bento/ubuntu-10.04-i386"`
And got:
> ==> default: /tmp/vagra…
-
### Steps to reproduce the problem
System: Windows 10, Vagrant with Oracle Virtual Box provider.
Following the dev setup page with vagrant (https://docs.joinmastodon.org/dev/setup/#vagrant)
1. in…