About 85 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. How do I get a console-like connection into a Docker container's …

    I'm trying to SSH into one of my Docker containers running the WordPress base image to inspect the files/directories that were created during the initial build. I tried to run docker-compose run

  4. How can I resolve the "'Docker.app' will damage your computer" …

    If you for some reason must continue using your installed version, the following is copied from the GitHub PR: Mac is detecting Docker as malware and keeping it from starting [workaround in …

  5. WSL-Docker: curl: (60) SSL certificate problem: unable to get local ...

    May 9, 2022 · WSL-Docker: curl: (60) SSL certificate problem: unable to get local issuer certificate Asked 3 years, 9 months ago Modified 8 months ago Viewed 39k times

  6. docker - Correct way to detach from a container without stopping …

    In Docker 1.1.2 (latest), what's the correct way to detach from a container without stopping it? So for example, if I try: docker run -i -t foo /bin/bash or docker attach foo (for already running

  7. windows subsystem for linux - Docker: WSL 2 integration with …

    Mar 28, 2022 · I had the same issue when updated docker desktop with WSL2 backed has a work around I did the following steps: In docker desktop settings i enabled again the "enabled …

  8. Locating data volumes in Docker Desktop (Windows)

    Apr 3, 2017 · I'm trying to learn docker at the moment and I'm getting confused about where data volumes actually exist. I'm using Docker Desktop for Windows. (Windows 10) In the docs they …

  9. Failure starting Docker container. "failed to create shim task: OCI ...

    Jun 21, 2022 · sudo docker rmi -f <image_id> Note if you don't want to keep other images related to other deleted containers, run: sudo docker image prune -a remove dangling volumes:

  10. How do I pass environment variables to Docker containers?

    86 If you are using 'docker-compose' as the method to spin up your container (s), there is actually a useful way to pass an environment variable defined on your server to the Docker container. …