Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/docker/10.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ubuntu 使用docker的cat内存时不支持操作_Ubuntu_Docker_Kubernetes - Fatal编程技术网

Ubuntu 使用docker的cat内存时不支持操作

Ubuntu 使用docker的cat内存时不支持操作,ubuntu,docker,kubernetes,Ubuntu,Docker,Kubernetes,环境 Ubuntu 13.04 Docker 1.7.0(和1.6.2) 问题 在启动kubernetes集群后,我发现很难获得仆从资源信息,所以我使用cat/sys/fs/cgroup/memory/memory.memsw.usage_字节,Ubuntu抱怨说即使使用sudo也“不支持操作” Docker现在不支持UbuntuRaring,我已经从ppa安装了Docker1.6.2和1.7.0,但它们都不能正常工作。这里有什么问题,或者Ubuntu13.04上运行了一些docker软件包

环境

  • Ubuntu 13.04
  • Docker 1.7.0(和1.6.2)
问题

在启动kubernetes集群后,我发现很难获得仆从资源信息,所以我使用cat
/sys/fs/cgroup/memory/memory.memsw.usage_字节
,Ubuntu抱怨说即使使用sudo也“不支持操作”

Docker现在不支持UbuntuRaring,我已经从ppa安装了Docker1.6.2和1.7.0,但它们都不能正常工作。这里有什么问题,或者Ubuntu13.04上运行了一些docker软件包


谢谢

您应该移动到受支持的(LTS)版本

如果你看一下安装文件


你会发现Ubuntu 12.04和Ubuntu 14.04

谢谢!我将升级到14.04,你想告诉我docker不支持13.04的原因吗?我想docker只支持Ubuntu的LTS版本(12.04,14.04,16.04)和最新版本