“Error response from daemon: 404 page not found” when using docker command

I encountered an error when I used the docker command Does anyone have a solution? Please help me solve this problem

akshath@akshu:~$docker images
Error response from daemon: 404 page not found
akshath@akshu:~$docker version
Client:
Version:      1.9.1
API version:  1.21
Go version:   go1.4.2
Git commit:   a34a1d5
Built:        Fri Nov 20 13:16:54 UTC 2015
OS/Arch:      linux/amd64
Error response from daemon: 404 page not found

Solution

As described in "docker daemon answers' 404 page not found 'after update", check whether there are any proxy definitions (http_proxy, https_proxy) (Env | grep - I proxy) in the current environment

It is referenced in issue 109

Issue 17960 also reported the same problems, including:

sudo mv /var/lib/docker/network/files/ /path/to/backup/docker-network-files

If this is not enough, check the systemctl status docker Service or logs to find the real reason

If this still doesn't work:

>Uninstalling / reinstalling docker can provide help > make sure to move after uninstalling / var / lib / docker / network folder for restart

Exact answer:

Issue 17083: Mobile / var / lib / docker solves this problem Or: "I only deleted / var / lib / docker / network. Now everything is normal and no container is lost."

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>