this post was submitted on 17 Nov 2024
277 points (98.6% liked)

Programmer Humor

32501 readers
495 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 50 points 1 day ago (13 children)

People don’t actually do this, right? Docker inside docker inside a VM inside another VM? On windows? Right????

[–] [email protected] 12 points 1 day ago (4 children)

I'm pretty sure docker recommends that it runs under WSL when on windows.

[–] [email protected] 3 points 12 hours ago* (last edited 12 hours ago) (1 children)

Windows itself is technically running in a VM if you have Hyper-V enabled (not quite that simple, but that's a reasonable approximation). Hyper-V is a type 1 hypervisor which means it runs directly on the underlying physical hardware, and both Windows as well as any VMs you create are running on top of Hyper-V.

[–] [email protected] 1 points 10 hours ago

Oh that's an interesting tidbit, didn't know that

load more comments (2 replies)
load more comments (10 replies)