Remove containers
$ docker container rm CONTAINER_ID (or CONTAINER_NAME)
For historical reasons we can also use rm without the container subcommand:
$ docker rm CONTAINER_ID (or CONTAINER_NAME)
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
$ docker container rm CONTAINER_ID (or CONTAINER_NAME)
For historical reasons we can also use rm without the container subcommand:
$ docker rm CONTAINER_ID (or CONTAINER_NAME)