Cannot remove or stop docker container

39 views Asked by At

I run a web using sudo docker compose up but it has a container that recreate infinitely. Therefor, I want to remove that container and build it again, but when I run sudo docker container rm f8df3e233d00 (f8df3e233d00 is ID of container that i listed by sudo docker ps), it does nothing, just break line and do nothing.

enter image description here

How can I remove that container?

0

There are 0 answers