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 Jun 22, 2018. It is now read-only.
Container starts, but mysql fails to create databases - unable to write to disk.
To work-around this, remove ${MINIMESOS_HOST_DIR} from hostPath. /data/mysql directory will get created in docker-machine, and mysql is able to write
The text was updated successfully, but these errors were encountered:
I think it's reasonable to make it a requirement to run docker with user namespaces enabled.
Then root account in a container will always map to the user who's running the container.
As long as the containers run under root, writing something in mapped volumes will result in files owned by root. Only container processes run under root and root account can make changes to these files then.
Start
minimesos
cluster and install MySql usingContainer starts, but
mysql
fails to create databases - unable to write to disk.To work-around this, remove
${MINIMESOS_HOST_DIR}
fromhostPath
./data/mysql
directory will get created in docker-machine, andmysql
is able to writeThe text was updated successfully, but these errors were encountered: