this post was submitted on 17 Nov 2024
151 points (99.3% liked)

Programmer Humor

32483 readers
530 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] 23 points 8 hours ago (3 children)

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

[–] [email protected] 10 points 7 hours ago (1 children)

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

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

That's super standard for actual infrastructure

[–] [email protected] 5 points 6 hours ago

Isnt that exactly what minikube is? Kubernetes in docker.

I've used docker-in-docker images, but its usually not fun.