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

Issues building using Docker's overlay2 #44

Open
zezuladp opened this issue Dec 19, 2017 · 0 comments
Open

Issues building using Docker's overlay2 #44

zezuladp opened this issue Dec 19, 2017 · 0 comments

Comments

@zezuladp
Copy link

zezuladp commented Dec 19, 2017

For some reason using overlay2 will result in a failure for building the image. Specifically at the mysql start step. Here's an explanation docker/for-linux#72

The fix is to add find /var/lib/mysql -type f -exec touch {} \; && to line 65 before running mysql.

Edit: You also have to add that to the command, very last line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant