Docker devuelve un error al extraer la imagen (OS X El Capitan)

0

Tengo una nueva instalación de la ventana acoplable en mi Mac, seguí documentos oficiales para la instalación, pero cuando Intento ejecutar docker run hello-world . Aparece el siguiente error;

Pulling repository docker.io/library/hello-world
docker: Tag latest not found in repository docker.io/library/hello-world.
See 'docker run --help'.

No estoy detrás de ningún tipo de proxy.

Salida de versión:

$docker version

Client:
 Version:      1.12.6
 API version:  1.24
 Go version:   go1.6.4
 Git commit:   78d1802
 Built:        Wed Jan 11 00:23:16 2017
 OS/Arch:      darwin/amd64

Server:
 Version:      1.12.6
 API version:  1.24
 Go version:   go1.6.4
 Git commit:   78d1802
 Built:        Wed Jan 11 00:23:16 2017
 OS/Arch:      linux/amd64

Salida de información:

$docker info

Containers: 0
 Running: 0
 Paused: 0
 Stopped: 0
Images: 0
Server Version: 1.12.6
Storage Driver: aufs
 Root Dir: /var/lib/docker/aufs
 Backing Filesystem: extfs
 Dirs: 0
 Dirperm1 Supported: true
Logging Driver: json-file
Cgroup Driver: cgroupfs
Plugins:
 Volume: local
 Network: null bridge host overlay
Swarm: inactive
Runtimes: runc
Default Runtime: runc
Security Options: seccomp
Kernel Version: 4.4.41-moby
Operating System: Alpine Linux v3.4
OSType: linux
Architecture: x86_64
CPUs: 2
Total Memory: 1.951 GiB
Name: moby
ID: AYOK:4VPY:47RS:3HPA:AK6I:RRKS:GAPA:WHAP:NCQK:HAYC:ARNJ:4EQT
Docker Root Dir: /var/lib/docker
Debug Mode (client): false
Debug Mode (server): true
 File Descriptors: 16
 Goroutines: 27
 System Time: 2017-01-17T18:45:50.772167243Z
 EventsListeners: 1
No Proxy: *.local, 169.254/16
Username: sentinelwarren
Registry: https://index.docker.io/v1/
WARNING: No kernel memory limit support
Insecure Registries:
 127.0.0.0/8
    
pregunta Arduino_Sentinel 17.01.2017 - 16:47

0 respuestas

Lea otras preguntas en las etiquetas