开发者社区> 问答> 正文

ECS的docker运行不成功

使用的系统是ubuntu14.04
运行源里的docker是没问题的,但是版本太低了(1.0)
安装1.5版的docker启动的时候却报错,在网上也没找到有关的资料,各位帮帮忙看看怎么解决,谢谢


#docker -d

INFO[0000] +job serveapi(unix:///var/run/docker.sock)  
INFO[0000] Listening for HTTP on unix (/var/run/docker.sock)
INFO[0000] +job init_networkdriver()                    
INFO[0000] -job init_networkdriver() = OK (0)          
INFO[0000] WARNING: Your kernel does not support cgroup swap limit.
INFO[0000] Loading containers: start.                  


INFO[0000] Loading containers: done.                    
FATA[0000] inotify_add_watch: no space left on device

展开
收起
zach 2015-02-27 18:35:07 7547 0
1 条回答
写回答
取消 提交回答
  • ReECS的docker运行不成功
    我的是docker(1.5目前最新)可以安装,使用时却告知没有!

    $ sudo apt-get install docker
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    The following NEW packages will be installed:
      docker
    0 upgraded, 1 newly installed, 0 to remove and 12 not upgraded.
    Need to get 0 B/12.2 kB of archives.
    After this operation, 65.5 kB of additional disk space will be used.
    Selecting previously unselected package docker.
    (Reading database ... 65980 files and directories currently installed.)
    Preparing to unpack .../docker_1.5-1_amd64.deb ...
    Unpacking docker (1.5-1) ...
    Processing triggers for man-db (2.6.7.1-1ubuntu1) ...
    Setting up docker (1.5-1) ...

    $ docker
    The program 'docker' is currently not installed. You can install it by typing:
    sudo apt-get install docker

    -------------------------

    回楼主zach的帖子
    > FATA[0000] inotify_add_watch: no space left on device
    刚注意到你的最末这行提示: 设备上没有空间了。磁盘满了?
    2015-03-19 13:21:07
    赞同 展开评论 打赏
问答排行榜
最热
最新

相关电子书

更多
如何运维千台以上游戏云服务器 立即下载
网站/服务器取证 实践与挑战 立即下载
ECS计算与存储分离架构实践 立即下载