Score:0

Unable to stop a docker container

in flag

docker stop --time 60 662638cf5d5e outputs nothing, it just hangs

docker ps -a outputs:

CONTAINER ID   IMAGE                          COMMAND                  CREATED        STATUS                    PORTS                                                 NAMES
662638cf5d5e   haugene/transmission-openvpn   "dumb-init /etc/open…"   17 hours ago   Up 17 hours (unhealthy)   8118/tcp, 0.0.0.0:9091->9091/tcp, :::9091->9091/tcp   funny_poincare

docker inspect outputs, among other things:

       "Health": {
                "Status": "unhealthy",
                "FailingStreak": 100,
                "Log": [
                    {
                        "Start": "2021-10-22T09:36:05.832794985Z",
                        "End": "2021-10-22T09:36:05.978482291Z",
                        "ExitCode": -1,
                        "Output": "OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: process_linux.go:130: executing setns process caused: exit status 1: unknown"
                    },
                    {
                        "Start": "2021-10-22T09:37:06.011988214Z",
                        "End": "2021-10-22T09:37:06.102248362Z",
                        "ExitCode": -1,
                        "Output": "OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: process_linux.go:130: executing setns process caused: exit status 1: unknown"
                    },
                    {
                        "Start": "2021-10-22T09:38:06.129147083Z",
                        "End": "2021-10-22T09:38:06.278444444Z",
                        "ExitCode": -1,
                        "Output": "OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: process_linux.go:130: executing setns process caused: exit status 1: unknown"
                    },
                    {
                        "Start": "2021-10-22T09:39:06.324980588Z",
                        "End": "2021-10-22T09:39:06.485430674Z",
                        "ExitCode": -1,
                        "Output": "OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: process_linux.go:130: executing setns process caused: exit status 1: unknown"
                    },
                    {
                        "Start": "2021-10-22T09:40:06.515120555Z",
                        "End": "2021-10-22T09:40:06.671308913Z",
                        "ExitCode": -1,
                        "Output": "OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: process_linux.go:130: executing setns process caused: exit status 1: unknown"
                    }
                ]
            }
        },

docker container exec -it 662638cf5d5e /bin/bash outputs:

OCI runtime exec failed: exec failed: container_linux.go:380: starting container process caused: process_linux.go:130: executing setns process caused: exit status 1: unknown

uname -a outputs:

Linux redacted 5.11.0-1021-raspi #22-Ubuntu SMP PREEMPT Wed Oct 6 17:30:38 UTC 2021 aarch64 aarch64 aarch64 GNU/Linux

docker --version outputs:

Docker version 20.10.9, build c2ea9bc
Score:0
cn flag

I had a very similar issue on my Docker Desktop on macOs.

Restarting Docker Desktop was the only solution - that worked for me.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.