Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building and starting the server can crash if it is built from the ground up. #31

Closed
Drvanon opened this issue Mar 21, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Drvanon
Copy link
Contributor

Drvanon commented Mar 21, 2020

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".

@Drvanon Drvanon added the bug Something isn't working label Mar 21, 2020
@Drvanon
Copy link
Contributor Author

Drvanon commented Mar 30, 2020

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.

@Drvanon Drvanon closed this as completed Mar 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant