Stop and remove a container in a single command by adding the "force" flag to the docker rm command.

 For example: docker rm -f <the-container-id>

Comments