Philipp Tuchardt / docker container with id exists unknown

Created Tue, 05 Nov 2019 07:19:40 +0000
28 Words

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>