Questions tagged as 'virtualbox'

1
answer

Problem using a Docker container with port exposure in Windows

I installed Docker on Windows these days but I'm having several issues while running my container. Even with it standing, I can not access the project through the browser using the IP of the docker-machine, this is the command I'm using to run t...
asked by 27.02.2016 / 02:51
1
answer

After migrating to Windows 10 I can no longer access local domains in VM with Nginx

I have a situation that I could not resolve (yet). Scenario Use for PHP application development an environment that runs through Virtual Machine Vitual Box controlled via Vagrant . I'm using a * centos / 7 * box, with * Nginx 1.12 *...
asked by 10.01.2018 / 19:09
1
answer

Change the root directory of the project

I have the following file Vagranfile : # -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = "2" Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = "ubuntu/trusty64" # Forward ports to Apache an...
asked by 03.01.2018 / 15:33
1
answer

Run VirtualBox on Docker to also run Genymotion

I'm trying to install Genymotion in Docker, but I'm having problems with the Virtual Machine. This is my DockerFile: FROM ubuntu:15.04 MAINTAINER paulo.ch8 RUN apt-get update && \ apt-get install -y wget && \ #...
asked by 29.07.2015 / 05:46
0
answers

Configure external access to a local Magento server

I have a 64-bit Ubuntu server configured on a virtual machine (Virtualbox) using the Bitnami installation package with Magento. I can usually access the application through any computer on my network through the local installation address (eg 19...
asked by 04.02.2015 / 00:35
1
answer

Visualize box interface in virtualbox

How to use the virtual machine interface, not just the command terminal? Follow the link to my vagrantfile: link     
asked by 21.10.2014 / 02:45
1
answer

vagrant unable to find virtualbox guest additions and kernel module

I tried to install and update vagrant-vbguest I tried to modify the vagrantfile file # set auto_update to false, if you do NOT want to check the correct # additions version when booting this machine config.vbguest.auto_update =...
asked by 13.03.2017 / 17:45
1
answer

Linux - Error installing Guest additions from Virtual Box on Ubuntu 16.04 LTS on Windows 7 [closed]

I just installed the new version of Ubuntu - 16.04 LTS on a virtual machine - Virtual Box. My operating system is Windows 7, 64bit, Lenovo. I tried installing Guest additions through the Menu installer: Devices > Insert Guest Additions CD Ima...
asked by 14.05.2016 / 17:43
1
answer

Vagrant - VM does not go up when adding a forwarded_port [closed]

I installed Vagrant with ISO debian / jessie64, it worked normal, I give it up in the VM it goes up beautifully, when I enter SSH, everything is fine, but when I add a new port, it does not rises more. My original file Vagrantfile looks l...
asked by 22.04.2017 / 22:50
1
answer

Which program to use to compare the performance of virtual machines? [closed]

I want to test memory, processing, network and etc ... in virtual machines: VMWare, Virtual PC and VirtualBox using the host system windows and I do not know what program can help me in this question, I want to make a comparison to certify based...
asked by 02.08.2015 / 21:33