bugsmith@programming.dev to Programming@programming.dev · 1 year agoHow I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scriptsbhupesh.meexternal-linkmessage-square7fedilinkarrow-up154arrow-down13
arrow-up151arrow-down1external-linkHow I reduced the size of my very first published docker image by 40% - A lesson in dockerizing shell scriptsbhupesh.mebugsmith@programming.dev to Programming@programming.dev · 1 year agomessage-square7fedilink
minus-squareMonkderZweite@feddit.chlinkfedilinkarrow-up15arrow-down1·1 year agoDockerizing a shell script?
minus-squareOliver Lowe@lemmy.sdf.orglinkfedilinkarrow-up11arrow-down1·1 year agoThe art of turning a 500-line text file into a 50MB tarball. Welcome to the future :(
minus-squareDataprolet@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up7arrow-down1·1 year agoYeah, wtf, why would you do that?
minus-squareDomi@lemmy.secnd.melinkfedilinkarrow-up9·1 year agoEnvironments like Kubernetes only run containers so you would deploy any shell script with containers as well.
Dockerizing a shell script?
The art of turning a 500-line text file into a 50MB tarball. Welcome to the future :(
Yeah, wtf, why would you do that?
Environments like Kubernetes only run containers so you would deploy any shell script with containers as well.