We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm on Windows 10, Docker 1.12.3 (8488) using the percona:latest image:tag.
First time, I run the container:
docker run -d -e APP=db -v /C/Users/myuser/mysql_data:/var/lib/mysql -e \ MYSQL_ROOT_PASSWORD=pass -e MYSQL_DATABASE=db \ -e MYSQL_USERNAME=user -e MYSQL_PASSWORD=pass \ --name=db -p 3306:3306 db:latest
Awesome, up and running in a jiffy! Super excellent.
I go home and fire it up the next day, to exited state only.
docker logs
says
[ERROR] --initialize specified but the data directory has files in it. Aborting.
So how do I use the container on runs 2-N ?
The text was updated successfully, but these errors were encountered:
My apologies. Wrong project! Filed here instead.
Sorry, something went wrong.
No branches or pull requests
I'm on Windows 10, Docker 1.12.3 (8488) using the percona:latest image:tag.
First time, I run the container:
Awesome, up and running in a jiffy! Super excellent.
I go home and fire it up the next day, to exited state only.
says
So how do I use the container on runs 2-N ?
The text was updated successfully, but these errors were encountered: