Questions tagged [vagrant-windows]

The windows version of the vagrant tool.

The windows version of the vagrant tool.

Tutorial.

257 questions
0
votes
1 answer

Vagrantfile created user password

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…
GabrielN
  • 1
  • 3
0
votes
1 answer

How to create vagrant box for already created VirtualBox windows machine (.vbox file)

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…
0
votes
0 answers

Deploying Windows application in Nvidia Docker

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?
Tech User
  • 137
  • 1
  • 3
  • 16
0
votes
1 answer

docker, vagrant sandboxes in php development

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…
0
votes
1 answer

vagrant private network fails to resolve on windows 10 host

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…
user204588
  • 1,613
  • 4
  • 31
  • 50
0
votes
2 answers

Forwarding multiple ports in vagrant

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…
J.Ewa
  • 205
  • 3
  • 14
0
votes
1 answer

How Much Hard Drive Space is Available to Vagrant Up?

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…
hededo
  • 371
  • 2
  • 16
0
votes
1 answer

VS Code - Using Code Runner Extension to Run Programs on Virtual Machine (VM)

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…
Evan Rosica
  • 1,182
  • 1
  • 12
  • 22
0
votes
1 answer

vagrant plugin vagrant-hostmanager Installation on windows 10

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…
veritaS
  • 511
  • 1
  • 5
  • 23
0
votes
1 answer

Vagrant up returns error

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…
Tanoro
  • 871
  • 2
  • 10
  • 30
0
votes
1 answer

Where to locate Symfony project created in Vagrant?

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…
user9368003
0
votes
1 answer

Vagrant : Changes edited in host machine's( Windows 10 ) IDE doesnt reflect in guest machine( Ubuntu )

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…
KA.
  • 4,220
  • 5
  • 26
  • 37
0
votes
1 answer

Vagrant: Set context of synced folder to prevent SELinux from complaining

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…
turrican_34
  • 679
  • 1
  • 7
  • 27
0
votes
1 answer

How to switch synced folder without reloading Vagrant?

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…
Dan Swain
  • 2,910
  • 1
  • 16
  • 36
0
votes
1 answer

vagrant ssh do not finish to start on Windows

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…
gvd
  • 1,482
  • 6
  • 32
  • 58