-
-
Notifications
You must be signed in to change notification settings - Fork 813
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
Getting --link error #356
Comments
Your docker engine must be greater than 20.10.14 |
And if you want more information about the |
The Docker Engine versions OP uses are greater than 20.10.14.
The trick was in the last link: "This feature is only available when using the BuildKit backend, and is ignored when using the classic builder backend." |
Can confirm, that DOCKER_BUILDKIT fix it. So closed. |
Docker 20.10.21 & 20.10.22:
Error:
dockerfile parse error line 23: Unknown flag: link
If i delete the --link tags it works.
Docker compose latest version 2.14.2 any idea why?
The text was updated successfully, but these errors were encountered: