About 72 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?

    3404 docker attach will let you connect to your Docker container, but this isn't really the same thing as ssh. If your container is running a webserver, for example, docker attach will probably connect you to …

  3. 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, 11 months ago Modified 11 months ago Viewed 41k times

  4. What is docker.io in relation to docker-ce and docker-ee (now called ...

    Jul 11, 2017 · Previously, to install Docker, I would use apt-get install docker.io However, I have recently noticed the documentation for installing docker, and it uses docker-ce. I have tried to find the diffe...

  5. Difference between "docker compose" and "docker-compose"

    Mar 7, 2021 · The docker compose (with a space) is a newer project to migrate compose to Go with the rest of the docker project. This is the v2 branch of the docker/compose repo. It's been first introduced …

  6. Docker complains about "no space left on device", how to clean up?

    95 Check that you have free space on /var as this is where Docker stores the image files by default (in /var/lib/docker). First clean stuff up by using docker ps -a to list all containers (including stopped …

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

  9. 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?

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

    May 20, 2017 · I normally prefer to manage my apps on my OSX with brew I am able to install docker, docker-compose and docker-machine docker --version Docker version 17.05.0-ce, build 89658be …