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
When building the server it can happen that especially the mysql instance simply shuts down. It will perform the initialization steps and then stopping with "Stopping temporary server".
The text was updated successfully, but these errors were encountered:
This is due the fact that the mysql images is really big. Often when the server is restarted from the ground up, the old images still remain, leaving insufficient room for the new instances. This can be issue can be prevented by simply running sudo docker image prune, this will delete all previous instances, freeing up space for the new setup.
When building the server it can happen that especially the mysql instance simply shuts down. It will perform the initialization steps and then stopping with "Stopping temporary server".
The text was updated successfully, but these errors were encountered: