docker-latest-rm (1) Linux Manual Page
docker-rm – Remove one or more containers Synopsisdocker rm [-f|–force] [-l|–link] [-v|–volumes] CONTAINER [CONTAINER…] Descriptiondocker rm will remove one or more containers from the host node. The container name or ID can be used. This does not remove images. You cannot remove a running container unless you use the -f option. To see all containers…
