Reference: http://dockerpool.com/static/books/docker_practice/image/pull.html
,The virtual machine system: CentOS6
Kernel: RHEL2.6.32-358. The el6. X86_64
The version of the kernel is too low?
[root @ localhost etc] # docker run - t - I ubuntu: 14.04/bin/bash
The Error response from the daemon: always start a container 0 b1186a32c194decbcee2e8d470ff2af9dd48a5a9d4f74edc9fa0d9ee6d9b2a7: no to the file or directory
[root @ localhost etc] # docker images
The REPOSITORY TAG IMAGE ID CREATED VIRTUAL SIZE
Ubuntu 14.04 ca4d7b1b9a51 8 days line 187.9 MB
Ubuntu 12.04 04 c3793b1229 8 days line 136 MB
[root @ localhost etc] # docker ps -a
The CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
0 b1186a32c19 ubuntu: 14.04 "/bin/bash" 7 minutes line high_tesla
A37bd98ba0b1 ubuntu: 12.04 "/bin/sh" 5 days line lonely_torvalds
F43809cdcf89 ubuntu: 14.04 "/bin/echo 'Hello send 6 days line reverent_einstein
[root @ localhost etc] # docker info
11 Containers:
Images: 8
Storage Driver: the devicemapper
The Pool Name: docker - 46-141133 - Pool
The Pool Blocksize: 65.54 kB
Backing Filesystem: extfs
The Data file:/dev/loop0
The Metadata file:/dev/loop1
The Data Space, informs: 251.2 MB
Data Space Total: 107.4 GB
Data Space Available: 4.683 GB
The Metadata Space 2:1.43 MB
The Metadata Space Total: 2.147 GB
The Metadata Space Available: 2.146 GB
Udev Sync Supported: true
Deferred Removal Enabled: false
Data loop file:/var/lib/docker devicemapper/devicemapper/Data
The Metadata loop file:/var/lib/docker devicemapper/devicemapper/Metadata
Library Version: 1.02.95 - RHEL6 (2015-09-08)
Execution Driver: LXC - 1.0.7
Logging Driver: json - the file
The Kernel Version: 2.6.32-358. The el6. X86_64
Operating System: & lt; Unknown>
CPUs: 1
The Total Memory: 988.8 MiB
Name: localhost. Localdomain
ID: G6RJ: WDPM: U7WM: O335: RUBW: ARHY: G7PB: 7 MVT: 4 iqp: MIIL: HDUZ: XD7V
[root @ localhost etc] # docker version
The Client version: 1.7.1
The Client API version: 1.19
Go version (the client) : go1.4.2
Git commit (client) : 786 b29d/1.7.1
OS/Arch (client) : Linux/amd64
Server version: 1.7.1
Server API version: 1.19
Go version (server) : go1.4.2
Git commit (server) : 786/b29d 1.7.1
OS/Arch (server) : Linux/amd64
Don't understand why the "no to the file or directory", hope ace directions ~ ~
CodePudding user response:
No tidings:CodePudding user response:
Should be the problem of the Linux kernel version, docker website requires the kernel in 3.8 above, you can refer to this document, upgrade the kernel should have no problem with http://www.centoscn.com/image-text/install/2014/1128/4202.htmlCodePudding user response: