You are about to remove the container 'hopeful_franklin' and all its data. Do you want to continue code example
Example 1: docker stop all
docker stop $(docker ps -a -q)
docker rm $(docker ps -a -q)
Example 2: docker remove image
docker image rm [OPTIONS] IMAGE [IMAGE...]
#[OPTIONS]
--force , -f Force removal of the image
--no-prune Do not delete untagged parents