docker container with id exists unknown

Remove all existing docker containers with the command:

docker container rm -v

Get a list of current containers

docker ps -a

remove specific containers

docker container rm <container-id>

PT1602's Notebook

Saving code examples I searched multiple times.


By pt1602, 2019-11-05