my two cents (but I'm a noob). I had to do this a few times as the docker stop commands didn't result in an actual container stop.   Get you docker container id using docker container list then  ps auxw | grep yourcontainerid to get the pid then  kill -9 yourpid If that doesn't work, you've got a zombie process and I'm afraid you'll need a reboot to unlock it
    • Thanks
    • Like
    12