Hi,
I’m trying docker for the first time, and i’m having issues downloading docker images from internet. If I try with the “hello-world” image, it don’t find it locally and never downloads it, it get stucks until I control-c it.
# docker run hello-world Unable to find image 'hello-world:latest' locally
Can someone help me to fix this?
My server is deban jessie with all the updates and the backported kernel 4.5, all of that running on top of zfs. My docker version is:
`Client:
Version: 1.11.1
API version: 1.23
Go version: go1.5.4
Git commit: 5604cbe
Built: Tue Apr 26 23:11:07 2016
OS/Arch: linux/amd64
Server:
Version: 1.11.1
API version: 1.23
Go version: go1.5.4
Git commit: 5604cbe
Built: Tue Apr 26 23:11:07 2016
OS/Arch: linux/amd64
root@tatooine:/var/log# docker info
Containers: 0
Running: 0
Paused: 0
Stopped: 0
Images: 0
Server Version: 1.11.1
Storage Driver: zfs
Zpool: dpool
Zpool Health: ONLINE
Parent Dataset: dpool/DOCKER
Space Used By Parent: 136192
Space Available: 6179425037392
Parent Quota: no
Compression: lz4
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
Volume: local
Network: bridge null host
Kernel Version: 4.5.0-0.bpo.1-amd64
Operating System: Debian GNU/Linux 8 (jessie)
OSType: linux
Architecture: x86_64
CPUs: 8
Total Memory: 31.32 GiB
Name: tatooine
ID: UPDI:7OXM:IKUU:CLUW:43V4:U2HN:MLWT:KQAP:HL7R:PM3B:W64D:4GGX
Docker Root Dir: /var/lib/docker
Debug mode (client): false
Debug mode (server): false
Registry: https://index.docker.io/v1/
WARNING: No memory limit support
WARNING: No swap limit support
WARNING: No kernel memory limit support
WARNING: No oom kill disable support`