About 92 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. 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

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

    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. docker - Error response from daemon: open …

    Aug 9, 2020 · Docker Desktop had crashed, or it was closed because of a forced update. I had this problem after updating Java runtime environment. When I opened Docker Desktop then, an update …

  5. What does --network=host option in Docker command really do?

    Apr 10, 2017 · As an example if I run a webapp deployed via a docker image in port 8080 by using option -p 8080:8080 in docker run command, I know I will have to access it on 8080 port on Docker …

  6. Why is Docker installed but not Docker Compose?

    Instead of using this, find the correct package which you need to install to get access to the new Version 2 (Go) CLI. On apt based systems this is probably docker-compose-v2. Note that refers to the …

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

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

  8. How to install Docker Desktop on a different drive (location) on ...

    75 I've had Docker Desktop installed on my C:\ drive for a while now and it keeps hogging space on my SSD. Even if I delete all of my containers and images it still takes a lot of space, I'm guessing some …

  9. docker - Difference between RUN and CMD in a Dockerfile - Stack …

    May 26, 2016 · I found the Docker RUN vs CMD vs ENTRYPOINT article very helpful to understand the difference between them: RUN - RUN instruction allows you to install your application and packages …

  10. Docker : exec /usr/bin/sh: exec format error - Stack Overflow

    Aug 9, 2022 · FROM --platform=linux/amd64 ubuntu:jammy Systems with docker desktop installed should already be able to do this. If your system is using docker without docker desktop, you may …