As I understand it, the two major issues against running eventstore in a docker container are:
- The performance isn’t as high in a virtualized environment
- There is no way to know WHEN a disk write has actually been accomplished on the physical hard drive since the container disk is virtualized.
My question, since I don’t have performance issues: If the db folder is mapped as a volume onto the physical server’s hard drive, do we still have a problem with issue #2. Or is the data actually written when it says it is?