return2ozma@lemmy.world to memes@lemmy.world · 20 days agoAI needs to stoplemmy.worldexternal-linkmessage-square59fedilinkarrow-up1906arrow-down133
arrow-up1873arrow-down1external-linkAI needs to stoplemmy.worldreturn2ozma@lemmy.world to memes@lemmy.world · 20 days agomessage-square59fedilink
minus-squareCarrotsHaveEars@lemmy.mllinkfedilinkarrow-up4·19 days agoDocker is only useful in that many scenarios. Nowadays people make basic binaries like tar into a container, stating that it’s a platform agnostic solution. Sometimes some people are just incompetent and only know docker pull as the only solution.
minus-squaretetris11@lemmy.mllinkfedilinkarrow-up1·19 days agoLXC – natively containerize an application (or multiple) systemd-run – can natively limit CPU shares and RAM usage
Docker: 😢
Docker is only useful in that many scenarios. Nowadays people make basic binaries like
tar
into a container, stating that it’s a platform agnostic solution. Sometimes some people are just incompetent and only knowdocker pull
as the only solution.LXC – natively containerize an application (or multiple)
systemd-run – can natively limit CPU shares and RAM usage