முன்னிருப்பாக, கொள்கலனுக்குள் உள்ள தரவு பற்றாக்குறை — கொள்கலன் அகற்றப்படும்போது இழக்கப்படுகிறது. Volumes (மற்றும் bind mounts) கொள்கலனுக்கு வாழ்நாளை விஞ்சியாக இருக்கும் நிலைத்த சேமிப்பை வழங்குகின்றன, இல்லையெனில் தரவுத்தளங்கள் மற்றும் கொள்கலன் மறுதொடக்கம்/அகற்றும் நேரத்தில் இருக்க வேண்டிய எந்தவொரு தரவுக்கும் இதைக் கூறினால் கணக்கிட முடியாது.
பிரச்சனை: கொள்கலன்கள் பற்றாக்குறை
A container's writable layer is DELETED when the container is removed:
→ data written inside the container (e.g. a database's files) is LOST
→ containers are meant to be disposable/replaceable → don't store important data in them
→ For persistent data, you need storage OUTSIDE the container's lifecycle.
