Skip to main content

All Questions

0 votes
0 answers
74 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
264 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
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
0 votes
0 answers
1k views

VirtualBox 6.1 cannot start VM with Docker+WSL in Windows

I need to run VirtualBox 6.1, Docker, and WSL for my projects. Yes, I can turn off HyperV and WSL, restart, use VirtualBox, turn them on, restart, use Docker & WSL1, but this is so tedious. ...
Power_tile's user avatar
2 votes
0 answers
38 views

Dockerize a VPS / Digital Ocean droplet?

Is it possible to create a docker image of my Ubuntu VPS including all the environment/setup, for example Nginx, Mysql together with their configurations, so that I can have an image which I can even ...
microwth's user avatar
  • 155
3 votes
1 answer
60 views

Misunderstanding idea of docker - where are benefits

I can't understand where are benefits of docker. I come across with great praise in honor of Docker. It is lightweight, it very fast in comparison to virtual machine. Can anyone explain me why ...
user avatar
5 votes
4 answers
10k views

Enable Virtualization for Windows 10 Pro running inside VirtualBox

My ultimate goal is to run docker for windows inside a Windows 10 Pro (evaluation). To do that, Downloaded Windows 10 Pro evaluation image from Microsft website, Mounted it with virtual box ...
guilhermecgs's user avatar