I have an user created in VagrantFile and whenever I run a command with sudo it asks for a password. I don't know what that password is, so I would appreciate some help on this matter
I have tried to set up the following without…
I have already set-up Oracle VM for few windows OS versions.
Now i want to handle the deployments , configuration of those vboxes using vagrant.
Vagrant uses Box to handle the functions supported by vagrant commands.
Is there way to convert existing…
I am planning to containerize legacy gpu intensive windows application using Nvidia Docker and kubernetis. But nvidia docker doesn't support windows as of now. please suggest some ideas. can I use RancherVM or kubevirt?
I have a missunderstanding and i want to find the best approach of a development sandbox environment for a PHP project.
I have a github repo that will host the code , .php, .js (will using webpack with babel), .scss files and different machines for…
I can't get anything to work. I have windows 10 as my host and my guest VM is centos/7 box. It works great with forwarded_ports but using private_network setting nothing resolves. I'm not sure what to do or check
vagrant file look…
I have a vagrant box. I am already forwarding one port which looked like this
config.vm.network "forwarded_port", guest: 80, host: 8181
This works well but I want to forward another port and I added the following line below:
config.vm.network…
Q1: How much hard drive space is available during vagrant up?
Q2: Can I increase the disk space available when running vagrant up?
Background: I'm working on a Vagrantfile that creates a Cent OS 7 VM
to use in Hyper-V. When configuring the VM, I…
I develop on Windows using a Linux VM via Vagrant and Virtual Box. I'm trying to figure out how to get the Code Runner extension to run my files on the VM. The biggest hurdle so far is, for a given file, I need to convert from the Windows host path…
I am trying to set up a testing env after following description https://github.com/OXID-eSales/oxvm_eshop
on a clean windows 10 pc
When I try to install the vagrant hostmanager, it seems that he is installing it sucessfully but when I use vagrant…
Operating System
Windows 10 Home 64-bit
Versions
Vagrant 2.1.2
VirtualBox 5.2.18 r124319
Problem
I am trying to setup a Vagrant environment on a Windows 10 workstation so an existing Ruby on Rails project may be developed on it. Git, Vagrant, and…
Hey guys I'm new to vagrant. I have used Homestead box. I have created Symfony4 Project but seems I can't locate the project folder..
Create Project In.
vagrant@homestead:~$ composer create-project symfony/website-skeleton…
I am using this vagrant box to test out a python script I am working on
config.vm.box = "mcandre/vagrant-ubuntu-python3"
Project root in host machine is c:/pythontest
Vagrantfile is in this root
c:/pythontest/Vagrantfile
I placed my…
Vagrant 2.1.1
Host OS: Windows 7 Pro
Guest OS: Centos 7.4
Using either the default Vagrant synced folder or nfs vagrant synced folder I keep getting SELinux errors telling me I need to change the context to httpd_sys_content_t. All files in the…
Environment: Windows Host running Vagrant and VirtualBox with Ubuntu as the guest OS
Background: Doing basic provisioning inside Vagrantfile
When switching between various sites, I have found that I have to first run vagrant halt, cd in the…
I'm trying to configure Homestead for Laravel local development on Windows 10. I follow the laravel's documentation
https://laravel.com/docs/5.5/homestead
I installed VirtualBox 5.1 and Vagrant 2.0, and of course I cloned the Homestead git…