Docker hanging on creating container

  • Issue type:
    Bug maybe?

  • OS Version/build
    Debian 12.4

  • App version
    Docker version 24.0.7, build afdd53b

  • Steps to reproduce
    Run Docker Container with Image node:20 and add the following volume mappings
    - /var/run/docker.sock:/var/run/docker.sock
    - /usr/bin/docker:/usr/bin/docker
    - /any/path/to/dockercompose/project:/any/destination
    Run docker-compose up -d in container via node “exec” function from package “child_process”.
    Than most times, it hangs on creating container. Building image runs successfully. But creating it hangs on creating and does not continue.