devilish666@lemmy.world to Programmer Humor@programming.dev · 4 months agoStop use dockerlemmy.worldimagemessage-square74fedilinkarrow-up1826arrow-down146
arrow-up1780arrow-down1imageStop use dockerlemmy.worlddevilish666@lemmy.world to Programmer Humor@programming.dev · 4 months agomessage-square74fedilink
minus-squareMrSpArkle@lemmy.calinkfedilinkarrow-up33arrow-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-squaredanAlinkfedilinkarrow-up15·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-up10arrow-down2·4 months ago How do I run it on my local? spin a dock…
minus-squareMonkderDritte@feddit.delinkfedilinkarrow-up3·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.