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 trying to run the solution with docker compose from the root folder, via the following command
docker-compose -f src/docker-compose.yml -f src/docker-compose.override.yml up -d
I am getting the following error from the orderdb:
orderdb
Error response from daemon: failed to resolve reference "mcr.microsoft.com/mssql/server:latest": failed to do request: Head "https://mcr.microsoft.com/v2/mssql/server/manifests/latest": EOF
I tried this on both windows and wsl2 ubuntu, but I got the same error message on both.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to run the solution with docker compose from the root folder, via the following command
I am getting the following error from the
orderdb
:Error response from daemon: failed to resolve reference "mcr.microsoft.com/mssql/server:latest": failed to do request: Head "https://mcr.microsoft.com/v2/mssql/server/manifests/latest": EOF
I tried this on both windows and wsl2 ubuntu, but I got the same error message on both.
The text was updated successfully, but these errors were encountered: