ghazouan badr
ghazouan badr

Reputation: 486

docker : removal of container takes too long

I want to remove a container, the removal takes too long

sudo docker rm -f container_name

When I re-ran the command I got:

Error response from daemon: removal of container container_name is already in progress

The environment I am using:

Upvotes: 1

Views: 6593

Answers (1)

ghazouan badr
ghazouan badr

Reputation: 486

after restarting docker daemon, I can remove the container.

sudo service docker restart

sudo docker rm -f container_name

Upvotes: 0

Related Questions