You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 6, 2018. It is now read-only.
My current use case is when installing mysql while provisioning an image and having "/data/mysql:/var/lib/mysql" defined as a volume for persistence of the mysql db between container runs.
When the machine_image is being created, the volumes are not defined so mysql is installed in the local fs rather than to the persistent mount point.
When a machine is brought up from that image and the volumes are mounted, it mounts an empty /data/mysql directory, since the mysql db was installed on the local fs.
chef:mysql image while running machine_image create/chef-client
My current use case is when installing mysql while provisioning an image and having "/data/mysql:/var/lib/mysql" defined as a volume for persistence of the mysql db between container runs.
When the machine_image is being created, the volumes are not defined so mysql is installed in the local fs rather than to the persistent mount point.
When a machine is brought up from that image and the volumes are mounted, it mounts an empty /data/mysql directory, since the mysql db was installed on the local fs.
chef:mysql image while running machine_image create/chef-client
container running from chef:mysql image
Please let me know if I need to clarify any of that.
The text was updated successfully, but these errors were encountered: