cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agoHow Docker was bornlemmy.mlimagemessage-square34fedilinkarrow-up1817arrow-down125cross-posted to: [email protected]
arrow-up1792arrow-down1imageHow Docker was bornlemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square34fedilinkcross-posted to: [email protected]
minus-squarezalgotextlinkfedilinkarrow-up9·2 months agoThis worry exists for literally every 3rd party dependency, not just docker, and is addressed the same way - by running tests and vulnerability scans in a sandboxed test environment before shipping to prod
minus-squareroofuskit@lemmy.worldlinkfedilinkEnglisharrow-up2·2 months agoI was just answering a question. I had the same response above.
This worry exists for literally every 3rd party dependency, not just docker, and is addressed the same way - by running tests and vulnerability scans in a sandboxed test environment before shipping to prod
I was just answering a question. I had the same response above.
And I was just adding extra details