Skip to content
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

Docker-compose not working on Windows #851

Closed
jakubklimek opened this issue Apr 6, 2021 · 3 comments
Closed

Docker-compose not working on Windows #851

jakubklimek opened this issue Apr 6, 2021 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@jakubklimek
Copy link
Member

jakubklimek commented Apr 6, 2021

image

@jakubklimek jakubklimek added the bug Something isn't working label Apr 6, 2021
@skodapetr
Copy link
Member

skodapetr commented Apr 6, 2021

Since Docker 18.09 buildkit is added as build tool, the issues is that it does not support context in git sources.
moby/buildkit#1684.

@skodapetr
Copy link
Member

A workaround is to disable use of buildkit, to do so set env. variable DOCKER_BUILDKIT to 0.

@skodapetr skodapetr assigned jakubklimek and unassigned skodapetr Apr 6, 2021
@panasenco
Copy link

Can confirm that the workaround works for me, thanks @skodapetr

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants