About 8,350,000 results
Open links in new tab
  1. Sudden Docker error about "client API version" - Stack Overflow

    Nov 11, 2025 · Docker doesn’t always keep the client-server API versions in perfect sync, so if the daemon jumps to something like 1.44 and your TestContainers setup is still locked on 1.32, it …

  2. How to fix Docker: Permission denied - Stack Overflow

    Feb 24, 2018 · I installed Docker on my Ubuntu machine. When I run sudo docker run hello-world it works. But if I write the command without sudo docker run hello-world it displays the …

  3. Docker for Windows 10 //./pipe/docker_engine: access is denied

    The Docker service (running as a Windows service) is bound to the dockerd application (because dockerd is the docker daemon). If you stop the Docker service and then run the dockerd …

  4. docker.errors.DockerException: Error while fetching server API …

    Nov 22, 2020 · Worked without issues for me and provided the latest version: docker-compose is now a plugin of docker and you use it with docker compose instead of docker-compose.

  5. Docker not starting on Windows 11 with WSL 2 - Stack Overflow

    Feb 12, 2022 · Here at Windows 11 Education 22H2 (build 22621.819), I was finally able to launch Docker Desktop 4 (build 4.13.1-90346) after deleting %AppData%\Docker\settings.json.

  6. Docker fails to pull the image from within Azure App Service

    Feb 11, 2020 · The Container Setting on the App Service it self look solid: But the log pane shows errors: 2020-02-11 06:31:40.621 ERROR - Image pull failed: Verify docker image configuration …

  7. Docker Error when Pulling Due to API Version - Stack Overflow

    Jun 28, 2023 · 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 …

  8. How to enable the Docker Remote API on Windows

    Nov 3, 2016 · I am trying to use the Docker Remote API on a Windows 10 host machine. I am using Chrome's Postman extension to see if I can get results from the docker remote api's …

  9. How can I use Docker Registry HTTP API V2 to obtain a list of all ...

    May 17, 2019 · 25 An external organization that I work with has given me access to a private (auth token protected) docker registry, and eventually I would like to be able to query this …

  10. docker - Running REST API (Ollama) and Nginx reverse proxy

    Dec 1, 2024 · I want to run Ollama docker image. This exposes entire API with its endpoints. I want to secure it by adding reverse proxy on top of it and i have chosen Nginx for the job. So I …