this post was submitted on 17 Nov 2024
266 points (98.5% liked)

Programmer Humor

32555 readers
561 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
[–] flashgnash@lemm.ee 16 points 4 days ago (2 children)

I've seen docker inside a VM before but that was just a dev box for testing

[–] QuazarOmega@lemy.lol 15 points 4 days ago

That's super standard for actual infrastructure

[–] twei@discuss.tchncs.de 3 points 3 days ago (1 children)

That's the most reasonable part of the image

[–] flashgnash@lemm.ee 2 points 3 days ago (1 children)

Are you not losing loads of performance by stacking vms like that?

[–] twei@discuss.tchncs.de 1 points 3 days ago

Using Docker in a VM on a Hypervisor is industry standard, using docker inside of docker may be okay for CI purposes but I wouldn't do anything more than that in production if it's not necessary.

The stack from the image above (Windows>WSL> Docker>Minikube>Docker>App) is something you'd use on a dev machine (not a "real", production-like test environment), in which case you don't really care about the performance loss