About 79 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 just …

  2. How do I get a console-like connection into a Docker container's shell ...

    Here are some related resources: openssh-server doesn't start in Docker container How can I get Bash or ssh into a running container in background mode? Can you run GUI applications in a Linux Docker …

  3. 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 following: …

  4. 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 Ask Question Asked 3 years, 10 months ago Modified 9 months ago

  5. Run a Docker image as a container - Stack Overflow

    Aug 28, 2013 · After building a Docker image from a dockerfile, I see the image was built successfully, but what do I do with it? Shouldn't i be able to run it as a container?

  6. Cannot connect to the Docker daemon on macOS - Stack Overflow

    May 20, 2017 · On macOS the docker binary is only a client and you cannot use it to run the docker daemon, because Docker daemon uses Linux-specific kernel features, therefore you can’t run …

  7. Docker cannot start on Windows - Stack Overflow

    Nov 7, 2016 · 165 Starting the docker daemon resolved the issue. Just search for docker by pressing the Windows key and clicking on "Docker Desktop". The daemon should be running in a minute. …

  8. docker - Correct way to detach from a container without stopping it ...

    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

  9. 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 say …

  10. How do I assign a port mapping to an existing Docker container?

    Oct 12, 2013 · I suspect this is by design. Docker is trying to force you to be "repeatable" and the container is a type of "system of record." Anything you do as step that doesn't affect the container …