I am trying to delete a docker container by this command:
docker rmi
Obviously, I have replaced the Image-Id by the Id I get u
You must remove container first. Forced is the last method to take.
#check container docker ps -a #remove container docker rm containerID