Skip to main content

All Questions

Tagged with
27 votes
2 answers
16k views

How can the BIOS block virtualization?

I'm starting to work with Docker and after a few hours of trying to make it work, I found out that my BIOS was blocking it and that I needed to adjust the BIOS settings. I was told that the BIOS is ...
Alvaro Silvino's user avatar
11 votes
1 answer
12k views

How do I enable hardware virtualization on the Designare ex x399?

I just completed a new workstation build (Designare EX x399, Threadripper 1950x, gtx 1080ti) and everything works great, except Docker doesn't work because I need to enable hardware assisted ...
tindleaj's user avatar
  • 113
11 votes
1 answer
10k views

What is the difference between Docker and VirtualBox?

I have used VirtualBox a lot on my Mac for Linux images. What would be the advantage of moving to Docker? So I would like to know what the difference between Docker and VirtualBox is?
yazz.com's user avatar
  • 3,331
10 votes
3 answers
19k views

Docker Toolbox: Doesn't have VT-X/AMD-v even if it is enabled [duplicate]

Tried running Docker Toolbox on my Windows 10 Home 64-bit machine. also, Hyper-V is already enabled! But when running the Docker Quickstart Terminal, it always shows "This computer doesn't have ...
anonymous_matt277's 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
5 votes
2 answers
8k views

Setup VPN in docker

I am working on connecting docker containers together. I have explored the options provided in docker for networking. Now I want to create a VPN kind of setup to connect docker nodes and containers. ...
Manohar Negi's user avatar
3 votes
2 answers
3k views

Virtualization not supported when attempting to run Docker for Windows on an AMD C-60

My Acer Aspire One, model AO725, doesn't support virtualization technology. Is there any alternative way to run Docker for Windows in this case? Processor: AMD C-60 APU with Radeon(tm) HD Graphics 1....
Azi_bel's user avatar
  • 35
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
3 votes
1 answer
5k views

docker in docker without privileged mode

Last time I used docker in docker for runners, but it requires privileged mode compose file: version: '3.7' services: runner: image: gitlab/gitlab-runner:latest volumes: - ./config:/...
user3285586's user avatar
3 votes
1 answer
2k views

How to install arch linux packages with yaourt when invoked with docker build from Dockerfile?

I am trying to build my own jira container using official pritunl/archlinux image. I have already installed yaourt and committed that to rusk85/archbase. My Dockerfile looks like this: 1: FROM rusk85/...
Sven M.'s user avatar
  • 321
2 votes
1 answer
3k views

How can I tell from the command line if the server has KVM enabled?

I am trying to solve a problem of how to run an android emulator inside a Docker container for the purposes of end-to-end testing in CI build. One solution I have found says that it "requires KVM ...
alichur's user avatar
  • 123
2 votes
1 answer
805 views

Bluestack's software wrecked my computer's virtulization and docker desktop

I am running windows 10 home. I installed docker wsl2 backed on my system and later on tried installing Bluestacks. Bluestacks made me download this .exe file that was supposed to turn off HyperV (I ...
Developer's user avatar
2 votes
1 answer
1k views

How can I set a different Docker image location under Linux?

I'm using openSUSE Tumbleweed, fully updated. My current system setup has two partitions, one for / formatted with "btrfs", and another for /home, using "ext4". I'd like to set the Docker image ...
Sekhemty's user avatar
  • 9,526
2 votes
1 answer
3k views

NAT port forwarding of privileged port fails when using Vagrant with VirtualBox

I want to support connecting to the guest on privileged ports—such as port 80—when using Vagrant with VirtualBox but it doesn’t seem to work. What is the best option on how to handle this? I am ...
gview's user avatar
  • 506
2 votes
1 answer
724 views

How LXC (Linux Containers) differ from Docker?

I am wondering if LXC and Docker does the same thing (Operating System level virtualization) What are the advantages/disadvantages one have over the other? I also want to know for a low power arm ...
Rajesh Pachaikani's user avatar

15 30 50 per page