v1.102.0 ⚠️ Breaking Changes (OPT-IN ONLY) CautionFor people always pulling the latest compose file, this is a breaking change! Disregarding the notes will result in (temporary) data loss! Backgrou...
A normal file system is something anything can access. You can open it in file browser. You can get to it via command line. You can ssh into from another computer and you can easily back it up with numerous tried and tested backup methods.
Why lock yourself into only being able to access your data via docker?
In a disaster scenario when you are trying to recover files, you will greatly appreciate being able to just see all the files super easily without anything fancy. It also means you can use any standard method to back up all those file.
Recovery is also almost as easy, copy the files back to where they were and just run the docker container.
A normal file system is something anything can access. You can open it in file browser. You can get to it via command line. You can ssh into from another computer and you can easily back it up with numerous tried and tested backup methods.
Why lock yourself into only being able to access your data via docker?
In a disaster scenario when you are trying to recover files, you will greatly appreciate being able to just see all the files super easily without anything fancy. It also means you can use any standard method to back up all those file.
Recovery is also almost as easy, copy the files back to where they were and just run the docker container.
Thank you, those are some good points!