I am having an issue where I cannot stop a running container, I enter docker stop containerID and it takes the command but then does nothing.
I also tried force removing it docker rm -f containerID and it does the exact same thing.
I can start/stop containers, but not this one, and I need to use the specific port for the project I am working on.
Any advice on what I can try?