Created
November 12, 2014 08:41
-
-
Save kofj/7089ca4709195d3669e5 to your computer and use it in GitHub Desktop.
Aliyun ECS CentOS6.6 Docker dead error log
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014/11/12 16:38:18 docker daemon: 1.2.0 fa7b24f/1.2.0; execdriver: native; graphdriver: | |
[a7550805] +job serveapi(unix:///var/run/docker.sock) | |
[info] WARNING: You are running linux kernel version 2.6.32-358.6.2.el6.x86_64, which might be unstable running docker. Please upgrade your kernel to 3.8.0. | |
[info] Listening for HTTP on unix (/var/run/docker.sock) | |
[a7550805] +job init_networkdriver() | |
[a7550805.init_networkdriver()] creating new bridge for docker0 | |
Could not find a free IP address range for interface 'docker0'. Please configure its address manually and run 'docker -b docker0' | |
[a7550805] -job init_networkdriver() = ERR (1) | |
2014/11/12 16:38:18 Could not find a free IP address range for interface 'docker0'. Please configure its address manually and run 'docker -b docker0' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment