-
-
Notifications
You must be signed in to change notification settings - Fork 626
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
Linux: After updating "The docker version currently installed does not seem to meet ddev's requirements: 19.3.12 is less than 20.10.0-alpha1" #4755
Comments
Hi @elrokket - Could you please edit to include the output of It looks like this is probably a Docker problem rather than ddev, so please make sure you've restarted docker itself and even rebooted your computer. Following the troubleshooting docs may help you as well. Things like this are often firewall, vpn, etc. |
Hello, before update all is running, after update ddev return this error. If i execute this command
If i execute the
And all projects stopped I dont have vpn, firewall and nothing. |
Please share the .ddev/.ddev-docker-compose-full.yaml in tryddevproject-25256 - it would be a lot better as a gist or other pastebin, or as a textfile please. |
Not exists |
It's in the .ddev directory of every project. It's created on |
i cant start because is the error fired, only create /web folder I view this bug in docker 19 version colud be the problem |
You need to do |
Also, I saw that you have an unsupported version of docker. The message in your original message says "The docker version currently installed does not seem to meet ddev's requirements: 19.3.12 is less than 20.10.0-alpha1 |
Fixed, the problem is with 19 of docker, i updated with this command:
and now are working, thanks and sorry for your time. |
Glad it's working for you! |
Is there an existing issue for this?
Run a Diagnostic and Paste Link Here
Hello, i updated ddev to last version but now i cant start projects, when i execute ddev start fire this message:
The docker version currently installed does not seem to meet ddev's requirements: 19.3.12 is less than 20.10.0-alpha1
failed to RunSimpleContainer to inspect database version/type: failed to create/start docker container ({GetExistingDBType-myproject-lRzWqX 0xc00025a1e0 0xc0000d8000 <nil> <nil>}):API error (400): invalid IP address in add-host: "host-gateway", output=
Expected Behavior
Start de project.
Actual Behavior
start the project
Steps To Reproduce
Update ddev to 1.2.6 with apt-get (ubuntu)
go to any project and execute ddev start
Fire this error
failed to RunSimpleContainer to inspect database version/type: failed to create/start docker container ({GetExistingDBType-myproject-lRzWqX 0xc00025a1e0 0xc0000d8000 }):API error (400): invalid IP address in add-host: "host-gateway", output=
Anything else?
No response
The text was updated successfully, but these errors were encountered: