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

Allow to set-up the data directory separately #82

Open
hhorak opened this issue Aug 21, 2015 · 3 comments
Open

Allow to set-up the data directory separately #82

hhorak opened this issue Aug 21, 2015 · 3 comments
Assignees
Labels

Comments

@hhorak
Copy link
Member

hhorak commented Aug 21, 2015

Let's allow users to setup separately the data directory. Something like that might be quite handy for users: run it once with docker run --rm -e MYSQL_PASSWORD=* ... run-mysqld-setup.sh, which configures the storage area, then run with docker run ...

@bparees
Copy link
Collaborator

bparees commented Aug 21, 2015

how is that different from running it, letting it setup the storage, and then killing it, and then running it again later?

@mnagy fyi.

@hhorak
Copy link
Member Author

hhorak commented Aug 21, 2015

It is the same, but less anoying.
On Aug 21, 2015 3:53 PM, "Ben Parees" notifications@github.com wrote:

how is that different from running it, letting it setup the storage, and
then killing it, and then running it again later?

@mnagy https://github.com/mnagy fyi.


Reply to this email directly or view it on GitHub
#82 (comment).

@bparees
Copy link
Collaborator

bparees commented Aug 21, 2015

i'd vote for doing this w/ an env variable then. -e SETUP_ONLY=true

@bparees bparees added the P3 label Feb 3, 2016
hhorak pushed a commit to hhorak/mysql-container that referenced this issue May 23, 2018
Fix .pki/nssdb directory permissions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants