Force stop and remove docker containers

2024-02-15

Had this really annoying issue where I could not shut down this docker container that keeps running. Could not stop it with Docker desktop.

Ended up going this route

>docker ps
>docker -rm -f <containerId>