One of the 50 questions in this topic
How much do you know about Docker?The docker rm command is used to remove one or more containers. The container must be stopped before it can be deleted, unless the -f (force) option is used. This command releases system resources used by the container.