-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BUG] Building with Docker Desktop 4 on Windows does not work #1425
Comments
In my case trying to downgrade to 3.6 didn't work. After futsing around the thing installing 4.1.1 doesn't work either.
Hyper-V seems OK, tried uninstalling and reinstalling that too. None of the solutions below worked. https://docs.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v |
@dblock we do not support Windows yet. Can this be labelled as enhancement instead of bug? |
🤷 it's a bug somewhere |
@peterzhuamazon is this an open issue? |
Describe the bug
Building with Docker Desktop 4 for Windows does not work.
To Reproduce
Steps to reproduce the behavior:
Enable Hyper-V Windows Features
during installation checked, restart."C:\Program Files\Docker\Docker\DockerCli.exe" -SwitchDaemon
once to fix theIn the default daemon configuration on Windows, the docker client must be run with elevated privileges to connect.
error.docker-compose disable-v2
once to work around a "not implemented" error../gradlew build
Suggested workarounds in this SO aren't helpful.
Note that in addition to these problems, if you're running Docker desktop on EC2, you will need a C5 instance. Unlike other instances those aren’t passing through VT-x CPU extensions, so it will be able to run Windows Docker containers, but not Linux.
Expected behavior
Build to work.
Host/Environment (please complete the following information):
Windows Server 2019 10.0 (amd64)
JDK 11 (jdk-11.0.12.7-hotspot)
Docker version 20.10.8, build 3967b7d
Docker Desktop 4.1.1 (69879)
Additional context
Coming from #1379.
The text was updated successfully, but these errors were encountered: