MySQL Docker Requirements
Summary
Requirements for setting up a Docker container for MySQL.
Information
When configuring a Docker container for MySQL with DxEnterprise, you must specify a storage path at least one level deeper than the root of the filesystem. For example, if your filesystem is mounted to /mnt/volume1
, then you would need to specify an additional subfolder when virtualizing your MySQL Docker container, e.g. /mnt/volume1/mysql
.