Docker temporary files strategy
My docker produces some temporary files.
Is there an encouraged strategy regarding those?
If I put those to /tmp
, I’m not sure they’ll get cleared.
Or should I expose the volume /tmp
from the host machine?
Thanks