A blunt answer to this class of problem is to stop Docker, sudo rm -rf /var/lib/docker, and start it again. You’ll need to re-pull/re-build any local images you had.
(As I noted in another post, you should plan ahead in designing your Dockerfiles and what not so that this is straightforward.)
It is difficult for me to access the site now. You can check your disk usage first. If it does not work, please try to remove the docker /var/lib/docker (maybe I used a wrong path/name, it is a directory to save the docker stuff, like the image/containers), and try again.
@stonemind Thanks for the reply. The problem was with the disk usage. I saw the disk usages where touching the 100%. So I closed some application and waited for it to go down and then tried and it worked.