tomatoely@sh.itjust.works to linuxmemes@lemmy.world · 3 hours agoI'm gaslighting them for the greater goodsh.itjust.worksimagemessage-square20fedilinkarrow-up1135arrow-down11
arrow-up1134arrow-down1imageI'm gaslighting them for the greater goodsh.itjust.workstomatoely@sh.itjust.works to linuxmemes@lemmy.world · 3 hours agomessage-square20fedilink
minus-square[object Object]@lemmy.calinkfedilinkarrow-up31·2 hours agoThat’s so stupid. downloads and runs entire Linux distro just to run a python script without managing dependencies
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up3·2 hours agook sure. but FYI, venv is basically the same thing if it’s python based.
minus-square[object Object]@lemmy.calinkfedilinkarrow-up9·2 hours agoYeah, venvs are the answer to “why is that folder 8gb?” Containers are the answer to “why is my hard drive completely full”
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up2·46 minutes ago Containers are the answer to “why is my hard drive completely full” What morons! *Hides 100gb of VM images in /var/lib/libvirt/images/ on his 230gb SSD*
minus-squareIrateAnteater@sh.itjust.workslinkfedilinkarrow-up5·1 hour ago Containers are the answer to “why is my hard drive completely full” Hold up, are people just out there not using Alpine for a container base image?
minus-squareDanWolfstone@leminal.spacelinkfedilinkEnglisharrow-up2·56 minutes agoWhat’s the alpine advantage here?
minus-squareIrateAnteater@sh.itjust.workslinkfedilinkarrow-up3·37 minutes agoIt’s pruned down to a very small size. Occupies only a couple mb on disk. By default leaves out a bunch of features that are unnecessary for a container base image.
minus-squareDanWolfstone@leminal.spacelinkfedilinkEnglisharrow-up1·27 minutes agoHuh! Good to know, ty
minus-squareneketos851@sopuli.xyzlinkfedilinkarrow-up2·1 hour agomeh, someone probably forgot to nuke old images
minus-squareafk_strats@lemmy.worldlinkfedilinkEnglisharrow-up1·1 hour agoThank you for mentioning this! In thought I was the worlds only moron who filled 1tb with stale docker images. And that kids, is when I learned about prune - a
That’s so stupid.
downloads and runs entire Linux distro just to run a python script without managing dependencies
… virtual environments?
Docker
ok sure. but FYI, venv is basically the same thing if it’s python based.
Yeah, venvs are the answer to “why is that folder 8gb?”
Containers are the answer to “why is my hard drive completely full”
What morons!
*Hides 100gb of VM images in /var/lib/libvirt/images/ on his 230gb SSD*
Hold up, are people just out there not using Alpine for a container base image?
What’s the alpine advantage here?
It’s pruned down to a very small size. Occupies only a couple mb on disk. By default leaves out a bunch of features that are unnecessary for a container base image.
Huh! Good to know, ty
meh, someone probably forgot to nuke old images
Thank you for mentioning this! In thought I was the worlds only moron who filled 1tb with stale docker images.
And that kids, is when I learned about
prune - aYes