-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Error response from daemon: Container command 'docker-entrypoint.sh' not found or does not exist.. #163
Comments
If you're on Windows, make sure the |
It I also became the same error. |
@yut148 hard to tell, the error message can have different causes; can be an issue in the Dockerfile, or the file you've set as entrypoint / cmd |
Hi Mr. @thaJeztah This is no problem in a different environment. I am now, can not be used temporarily before kitematic environment But I think the permission of the problem. I thought this 61:RUN ln -s usr/local/bin/docker-entrypoint.sh /entrypoint.sh I do not think is necessarily a good answer.
|
I'm copied two files from 5.7 folder:
Run:
docker build -t mysql2 .
anddocker run -it -p 3306:3306 -t mysql2
Why?
The text was updated successfully, but these errors were encountered: