Skip to main content

All Questions

Tagged with
0 votes
1 answer
37 views

Is Bridge Mode on Docker the same thing as NAT Network on VirtualBox?

For me they're the same. There's the host that handles the IP's to the virtual machines and they can communicate with each other and with the host, but not see other devices on the Local Network. ...
Kobra's user avatar
  • 271
0 votes
0 answers
116 views

WSL can connect to VM, but not the other way around

I'm on Windows 10 and I have a service running on WSL2 Ubuntu and another service running on a Ubuntu Server VMWare VM, and although WSL can access the VM, the service on the VM seemingly can't ...
Skepller's user avatar
0 votes
0 answers
73 views

Running into kvm_amd error while attempting to run Docker and a VirtualBox VM at the same time on Ubuntu

I'm trying to run a Docker Container for Graphite and a VirtuaBox VM for Home Assistant OS, yet I'm running into an issue with kvm_amd while trying to start a VM with Docker running: VirtualBox can't ...
Veillax135's user avatar
0 votes
1 answer
263 views

Container or VM for testing Windows software applications

I’m looking for some suggestions on how I can test some software applications without committing to installing them on my main OS. I thought a virtual machine would be a good idea, but then I found ...
b7031719's user avatar
0 votes
1 answer
2k views

I am trying to enable Virtual Machine Platforms feature but it gives error. I tried enabling it through cmd but still it gives an error. Error:14003

I am running Windows 11 64 bit. I tried enabling it through the command dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart but it could not enable. It failed even ...
codedpool's user avatar
0 votes
1 answer
94 views

Do I have a Virtual Machine, within another Virtual Machine?

I need to configure a Linux Virtual Machine in Azure with GPU, and Docker to run my application. I recently achieved an initial setup by following the steps: Created the VM in Azure -> installed ...
l.diazborg's user avatar
0 votes
0 answers
11 views

How do I connect a Dockerised NodeJS server application to external clients and databases?

I've an existing NodeJS server application: Deployed in a RHEL7 VM Clients make HTTPS POST requests to the REST API via a URL e.g., https://example.url.xxx:3000/api/endpoint In-app middleware code ...
thegreatjedi's user avatar
0 votes
1 answer
447 views

IP address removed from docker0 bridge on QEMU/KVM virtual machine

I'm renting a virtualized server running Ubuntu 22.04 and I'm trying to run Docker containers within it. The server is virtualized with qemu-kvm. Unfortunatly, the containers don't have network access....
Eric's user avatar
  • 11
3 votes
1 answer
2k views

Run both Docker and Virtualbox on Linux? Or Docker within VM?

Short version: I think I messed up wanting to run both Docker and Virtualbox on Linux at the same time and I'm thinking I should I migrate my docker setup into its own virtual machine? System Summary (...
C-BoT-AU's user avatar
0 votes
1 answer
253 views

Can you install docker on Debian 6?

This is weird legacy setup but I have a server running Debian 9 as host and Debian 6 as guest using virtualbox or vmware. Is it possible to install docker in the guest Debian 6 VM? I couldn't find the ...
Cruise5's user avatar
  • 177
1 vote
0 answers
2k views

Another way to run amd64 Docker image on Apple Silicon CPU? It won't work with Docker Desktop

I have written the Docker image my-docker-img that contains the Linux application some-foreign-linux-app (which was not written by me). The image is built from a CentOS 7 linux/amd64 Docker image. ...
Harold L. Brown's user avatar
2 votes
0 answers
434 views

Issue accessing Docker in Hyper-V Linux VM from browser

On my Windows 11 machine I've created a Hyper-V VM and installed Ubuntu 20.04 on it. I run an Nginx Docker container on the VM and map port 80 to port 8080 on the machine with the command docker run --...
Hans Kilian's user avatar
0 votes
1 answer
129 views

VirtualBox createvm in Dockerfile fails

I'm trying to create a Dockerfile that has a VirtualBox VM inside: it's based on ubuntu20.04 and I first install and setup the packages: FROM ubuntu:20.04 ... RUN echo 'debconf debconf/frontend select ...
alle_meije's user avatar
1 vote
1 answer
284 views

How to run scrapy splash on a Virtual Machine

How do I run scrapy splash on a virtual machine with linux? Essentially, I have a lua script that requires me to send keys onto a site to log in and then scrape it. I have installed docker however I ...
dollar bill's user avatar
0 votes
2 answers
588 views

Does SSD degrade if I regularly turn WSL and Virtual Machine Platform off and on?

For my work, I need to use Docker Desktop while on my free time I use VMWare to run some Guest OS. The performance of any virtual machines run using VMWare is slow when WSL2 + Virtual Machine Platform ...
KapilDev Neupane's user avatar

15 30 50 per page