|
|
|
|
|
by ofrzeta
2729 days ago
|
|
Local volumes don't use the storage driver. Therefore there should be no performance penalty as far as I know. EDIT: There's probably some overhead with the implementation of namespaces and cgroups but I have not found any reliable sources about the quantities. As a side not if you are using memory limits you will have a performance penalty: "Memory and swap accounting incur an overhead of about 1% of the total available memory and a 10% overall performance degradation, even if Docker is not running." (from the Docker docs). This will probably affect databases running in containers as well. |
|