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
Good day,
When I run my Docker image on a Windows 10 machine, I'm getting the following error:
invalid value "20s\r" for flag -timeout: time: unknown unit s
Here's how I use dockerize:
dockerize
dockerize -wait tcp://database:3306 -timeout 20s
This line is in a shell run by the Docker file like so:
RUN chmod +x start.sh ENTRYPOINT ./start.sh
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Good day,
When I run my Docker image on a Windows 10 machine, I'm getting the following error:
Here's how I use
dockerize
:This line is in a shell run by the Docker file like so:
The text was updated successfully, but these errors were encountered: