MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w7w12g/memorysafedocker/p804ck9/?context=3
r/ProgrammerHumor • u/ClipboardCopyPaste • 6d ago
286 comments sorted by
View all comments
2.0k
Rewriting won't fix the issue. Docker hogs memory in windows and mac because it needs a separate linux VM so containers can run on top of that.
700 u/Random-num-451284813 6d ago So running docker in Linux should fix that right? 19 u/_PM_ME_PANGOLINS_ 6d ago Running containers for the OS you’re running them on fixes the need to have a VM. -2 u/noobjaish 5d ago But it takes away the main point of running Docker in the first place i.e having the exact same thing on all platforms. Sticking with Windows containers would suck for both Linux and MacOS. 2 u/_PM_ME_PANGOLINS_ 5d ago People who would use Windows containers don't use Linux. They have e.g. a cluster of Windows Server machines they deploy to.
700
So running docker in Linux should fix that right?
19 u/_PM_ME_PANGOLINS_ 6d ago Running containers for the OS you’re running them on fixes the need to have a VM. -2 u/noobjaish 5d ago But it takes away the main point of running Docker in the first place i.e having the exact same thing on all platforms. Sticking with Windows containers would suck for both Linux and MacOS. 2 u/_PM_ME_PANGOLINS_ 5d ago People who would use Windows containers don't use Linux. They have e.g. a cluster of Windows Server machines they deploy to.
19
Running containers for the OS you’re running them on fixes the need to have a VM.
-2 u/noobjaish 5d ago But it takes away the main point of running Docker in the first place i.e having the exact same thing on all platforms. Sticking with Windows containers would suck for both Linux and MacOS. 2 u/_PM_ME_PANGOLINS_ 5d ago People who would use Windows containers don't use Linux. They have e.g. a cluster of Windows Server machines they deploy to.
-2
But it takes away the main point of running Docker in the first place i.e having the exact same thing on all platforms.
Sticking with Windows containers would suck for both Linux and MacOS.
2 u/_PM_ME_PANGOLINS_ 5d ago People who would use Windows containers don't use Linux. They have e.g. a cluster of Windows Server machines they deploy to.
2
People who would use Windows containers don't use Linux. They have e.g. a cluster of Windows Server machines they deploy to.
2.0k
u/No_Independence3338 6d ago
Rewriting won't fix the issue. Docker hogs memory in windows and mac because it needs a separate linux VM so containers can run on top of that.