Skip to main content

All Questions

Tagged with
0 votes
1 answer
100 views

Lightweight Container solution (from Vagrant/Virtualbox to ???)

Up to now we used Vagrant+Virtualbox to set up development environments. The dev environment uses Ubuntu. This was great, because you can start the dev environment from Linux, Mac, Windows. But ...
guettli's user avatar
  • 347
2 votes
2 answers
2k views

Are there any downsides to switching off Hyper-V?

I like to be able to use VirtualBox as I am doing a couple of courses that require it, but I also want to use WSL2 (and I'd quite like to use Docker, too). I don't think VBox works with Hyper-V ...
fffrost's user avatar
  • 205
0 votes
1 answer
2k views

Local folder mounted as empty on Ubuntu with docker-machine

Running docker-machine on Ubuntu, mounting local folder with docker run -v option, folder is empty in Docker container.
Aleksandr Vinokurov's user avatar
1 vote
0 answers
1k views

How to bridge a virtual interface inside docker container?

Let me re-organised the question. I have used a similar docker-compose yaml file as below. version: "3" services: app: build: ./app networks: - frontend networks: ...
jackion's user avatar
  • 11
0 votes
1 answer
629 views

How to access to web page (for example nginx index.html) through a docker container inside a VM on virtualbox

I explain my issue, I have a VM create with a VagrantFile who take an IP from my LAN (via bridge). So admit my VM has an IP (192.168.15.11), in this VM I create 3 docker containers who have an IP ...
human_garbage's user avatar
0 votes
1 answer
989 views

lost ability to bind port 80 on mac, how to debug?

In the last few days I lost the ability to listen on port 80 with docker, and with nodejs without using sudo. Before, I could simply launch my exact same docker containers on port 80, and it would ...
John Mcwhat's user avatar
1 vote
0 answers
386 views

Docker fails to create default machine - Raw-mode is unavailable

I've been trying to create a default machine via Docker Quickstart Terminal (Win 10 Home) and am encountering a whole host of issues despite the fact it was working perfectly fine a few hours ago and ...
poignantpansy's user avatar
0 votes
1 answer
477 views

unable to run "docker-compose up" after replaced Docker Desktop for Windows by Docker Toolbox

Scenario: I had my docker-compose.yml working as expected when I was using Docker Desktop For Windows (here is Windows 10 Pro). Since I had to use also Virtual Box + Minishift in same Notebook I read ...
Jim C's user avatar
  • 123
2 votes
0 answers
197 views

How to pull image from a private insecure registry/repo using Docker?

I am running Linux on Virtual Box. I am trying to pull an LDAP image from on of the private repos of my organization i.e. http://161.85.19.106:8080/repo/ldap/tag/sig-markets-phoenix-customer-2.1.0 ...
Shreyash Sharma's user avatar
3 votes
0 answers
99 views

Host (Win10) disk-size reported wrong after docker builds in VirtualBox on guest (Ubuntu)

My issue is reproducible in a rather specific setup, so let's first give some context: Host OS: Windows 10 Virtual Box 6.0.14 (latest) Guest OS: Ubuntu 19.10 x86_64 (kernel: 5.3.0-24-generic) Gitlab-...
StarShine's user avatar
0 votes
0 answers
1k views

concurrently running virtualbox, docker and WSL 2.0

Quoting https://docs.docker.com/machine/get-started/ , Docker Desktop for Windows uses Microsoft Hyper-V for virtualization, and Hyper-V is not compatible with Oracle VirtualBox. Therefore, you ...
neubert's user avatar
  • 7,212
0 votes
1 answer
239 views

Docker on Linux VM using host OS RAM

On a Windows 10 OS system, I have installed VirtualBox with 4 GB RAM, using CentOs 7 as its OS. Turning on the VM, the RAM utilization of the host OS increases as expected to a certain level (the ...
user1173240's user avatar
1 vote
0 answers
279 views

troubleshoot to create docker-machine

I have problems launching docker properly (i use --virtualbox-no-vtx-check) even though I can't create a machine in docker it shows that : Error creating machine: Error in driver during machine ...
abdallahwsm's user avatar
1 vote
1 answer
318 views

Why it seems two ip addresses are assigned to the same guest in Virtual Box?

I have a VirtualBox guest installed on my Windows 7 host, which is a hortonwork sandbox. The sandbox is up and running as below: From the output, it indicates using localhost:4200 to access it via ...
mdivk's user avatar
  • 123
2 votes
1 answer
830 views

Communicating With Windows VirtualBox Minishift From WSL

I want to work on openshift projects from wsl. I have set up Minishift and VirtualBox on Windows, and have, as far as I can tell, aliased everything appropriately like so. alias minishift='/mnt/c/...
David F's user avatar
  • 23

15 30 50 per page