Skip to content

Instantly share code, notes, and snippets.

@mapk0y
Created April 26, 2015 17:09
Show Gist options
  • Save mapk0y/c2a34e4a970466fd5954 to your computer and use it in GitHub Desktop.
Save mapk0y/c2a34e4a970466fd5954 to your computer and use it in GitHub Desktop.
boot2docker で共有ディレクトリ(OSx では /Users 以下)をマウントしても起動するようにするには
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