I am getting error in Docker as follow:
Docker error: strconv.Atoi: parsing "": invalid syntax
What is the solution?
Solution is :Run this below command
sudo docker system prune
Page views:499