49

I installed Docker on my Windows 10 PC and I'm attempting to pull "AndroPyTool" (link here). I tried pulling it in the IDE to no luck, so I opened Powershell (with admin permissions) and continue to get the following error:

request returned Internal Server Error for API route and version http://%2F%2F.%2Fpipe%2Fdocker_engine/v1.24/images/create?fromImage=alexmyg%2Fandropytool&tag=latest, check if the server supports the requested API version

I'm presuming this means that I need to downgrade my docker version? But I have no idea how to do so and, more importantly, to check the server API version. Any help is appreciated.

1
  • You also get this error when your login.docker.com session expires. No help in restarting docker, must re-login.
    – MortenB
    Commented Aug 4 at 8:35

5 Answers 5

76

This error might suggest that the docker daemon has died. Just restart the docker-desktop, it should resolve the issue.

1
  • 1
    Until today this was working. But now, it is not helping anymore. I already reistalled docker desktop and WSL2. Nothing. I get the same issue. Deistall, resatart, install, restart. - Until now: Nothing helps: I get ``` request returned 500 Internal Server Error for API route and version http://%2F%2F.%2Fpipe%2FdockerDesktopLinuxEngine/v1.50/containers/json, check if the server supports the requested API version ```
    – Maik
    Commented Jun 18 at 14:52
19
  1. Open Power-shell as administrator wsl --shutdown
  2. Allow docker to terminate
  3. Restart docker
4
  • This did it for me, cheers Commented Apr 2, 2024 at 5:43
  • In my case it asked me to run 'Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform' in Power Shell with admin and then restart Windows. Mine was Windows 10. Commented Jul 24, 2024 at 11:22
  • Thanks a lot. it's worked!
    – Omar Maher
    Commented Dec 19, 2024 at 16:22
  • Did it for me too, thanks! Commented Jan 21 at 16:34
2

just wait until in docker desktop install engine and run your command again

0

There might just be a proxy issue. See if your proxy passwords are entered correctly in docker desktop settings.

-2

pls check your desktop app resource network IP & subnet . it should work & resolve.

1
  • need an edit, and making it a more proper answer for the community Commented Jan 25, 2024 at 19:31

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.