List and Remove Docker images # list docker images $ docker images -a # remove docker image ( -f option is force) $ docker rmi -f ImageID