docker rm
docker rm Description Remove one or more containers Usage docker rm [OPTIONS] CONTAINER [CONTAINER…] Options Name, shorthand Default Description –force , -f Force the removal of a running container (uses SIGKILL) –link , -l Remove the specified link –volumes , -v Remove anonymous volumes associated with the container Parent command …