@devilish666 to Programmer [email protected] • 6 months agoStop use dockerimagemessage-square74arrow-up1818arrow-down146
arrow-up1772arrow-down1imageStop use docker@devilish666 to Programmer [email protected] • 6 months agomessage-square74
minus-square@[email protected]linkfedilink29•6 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-square@[email protected]linkfedilink14•6 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-square@[email protected]linkfedilink3•edit-26 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.