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
When compiling a project folder with name starting with uppercase, dockter gives an error:
dockter
server error - invalid reference format: repository name must be lowercase
This is probably related to: https://stackoverflow.com/questions/48522615/docker-error-invalid-reference-format-repository-name-must-be-lowercase
Changing the name of the project folder fixed it but we should reflect that in the documentation or deal with the naming.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When compiling a project folder with name starting with uppercase,
dockter
gives an error:This is probably related to: https://stackoverflow.com/questions/48522615/docker-error-invalid-reference-format-repository-name-must-be-lowercase
Changing the name of the project folder fixed it but we should reflect that in the documentation or deal with the naming.
The text was updated successfully, but these errors were encountered: