Hello,
Haven’t found any topics around this in the forum or outside so here’s my question:
Is there a standard way to scrub (e.g. zero out) the filesystem inside docker instance when it is released/deleted?
To address security concerns, I want to ensure that the files I have in a docker instance is scrubbed when it’s released.
Any suggestions?
Thanks!