0 votes
in Docker by
How to delete a stopped container?

1 Answer

0 votes
by

Use the following command to delete a stopped container:

$ docker rm <container id>

...