Quickly learn How to remove a Docker container without stopping with WhaleDeck Shorts. Clear, step-by-step guides for Docker.
The answer is quite simple. The following command shows how to remove the Docker container my_container without stopping it before.
docker rm -f my_container