devilish666@lemmy.world to Programmer Humor@programming.dev · 4 months agoStop use dockerlemmy.worldimagemessage-square74fedilinkarrow-up1812arrow-down146
arrow-up1766arrow-down1imageStop use dockerlemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square74fedilink
minus-squareMrSpArkle@lemmy.calinkfedilinkarrow-up31arrow-down3·4 months agoDocker exists because most programming languages don’t give a shit about producing easily executable outputs. Nobody cares about your stupid python egg or ruby gem. How do I run it on my local?
minus-squaredan@upvote.aulinkfedilinkarrow-up13·4 months agoDocker is still useful even for apps that compile to a single executable, as the app may still depend on a particular environment setup, particular libraries being available, etc.
minus-squarealexdeathway@programming.devlinkfedilinkarrow-up9arrow-down2·4 months ago How do I run it on my local? spin a dock…
minus-squareMonkderDritte@feddit.delinkfedilinkarrow-up2·edit-24 months agoPack it with the interpreter in an executable.
Docker exists because most programming languages don’t give a shit about producing easily executable outputs.
Nobody cares about your stupid python egg or ruby gem. How do I run it on my local?
Docker is still useful even for apps that compile to a single executable, as the app may still depend on a particular environment setup, particular libraries being available, etc.
spin a dock…
Pack it with the interpreter in an executable.