Operation is not supported while cat memory usage of docker

1/28/2016

Environment

  • Ubuntu 13.04
  • Docker 1.7.0 (and 1.6.2)

Problem

After starting up kubernetes cluster, I find it's hard to get the minion resource info, so I cat /sys/fs/cgroup/memory/memory.memsw.usage_in_bytes, Ubuntu complains that "operation is not supported" even cat with sudo.

Docker did not support ubuntu raring right now, and I've installed Docker 1.6.2 and 1.7.0 from ppa, but neither of them works fine. What's the problem here, or is there some docker packages running on Ubuntu 13.04?

Thanks!

-- Yang
docker
kubernetes
ubuntu

1 Answer

1/28/2016

You should move to a supported (LTS) version.

If you look at the installation doc https://docs.docker.com/engine/installation/ubuntulinux/

you will find Ubuntu 12.04 and Ubuntu 14.04

-- user2915097
Source: StackOverflow