Created
April 26, 2015 17:09
-
-
Save mapk0y/c2a34e4a970466fd5954 to your computer and use it in GitHub Desktop.
boot2docker で共有ディレクトリ(OSx では /Users 以下)をマウントしても起動するようにするには
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM mysql:latest | |
RUN usermod -u 1000 mysql \ | |
&& chown mysql. /var/run/mysqld |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment