-
Notifications
You must be signed in to change notification settings - Fork 18.9k
Description
I don't know what happened but my work is completely paralyzed. I can't do anything with existing containers. I get
Error response from daemon: 404 page not found
error on pretty much all commands.
I googled a lot and some people recommended adding
export NO_PROXY="/var/run/docker.sock
line to /etc/default/docker. It fixed "docker info" command but not the rest such as rm, start or restart.
I have:
- Linux expert-linux 4.2.0-18-generic Show size of images and containers #22-Ubuntu SMP Fri Nov 6 18:25:50 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
- docker version output
Client:
Version: 1.9.0
API version: 1.21
Go version: go1.4.2
Git commit: 76d6bc9
Built: Tue Nov 3 17:54:53 UTC 2015
OS/Arch: linux/amd64
Server:
Version: 1.9.0
API version: 1.21
Go version: go1.4.2
Git commit: 76d6bc9
Built: Tue Nov 3 17:54:53 UTC 2015
OS/Arch: linux/amd64`
- docker info output
Containers: 2
Images: 58
Server Version: 1.9.0
Storage Driver: aufs
Root Dir: /var/lib/docker/aufs
Backing Filesystem: extfs
Dirs: 62
Dirperm1 Supported: true
Execution Driver: native-0.2
Logging Driver: json-file
Kernel Version: 4.2.0-18-generic
Operating System: Ubuntu 15.10
CPUs: 8
Total Memory: 15.61 GiB
Name: expert-linux
ID: 3RY6:E2ID:APBE:GB3U:N6CM:ZSUY:Q3KN:7E7L:LLN3:Q5CY:6XAS:NGAN
Username: expert
Registry: https://index.docker.io/v1/
WARNING: No swap limit support`
I tried reinstalling docker which also didn't fix it.
It seems like it's an issue with proxy setting and is some obvious bug. If I call unset http_proxy before running docker command it helps. With that I can remove container and recreate it again thus launching it. But doing so on every reboot is horrible.
Please help!!!