I just can\'t create and run new containers in Docker anymore. But in the same time a can run previously created containers.
When I try to do something like this:<
In our case just need to start and stop the service.
Depending on your system you can run:
service docker stop service docker start
or:
sudo systemctl stop docker.service sudo systemctl start docker.service
sudo /etc/init.d/docker restart