Docker runs on Arch out-of-the-box on Linodes. It does not require the memory cgroup, and works totally fine except for the obvious inability to limit a container's RAM usage. We did not enable the memory cgroup because it has a noticeable performance impact, and thus we chose not to impact performance for all users so that Docker users could have an optional feature.
If you'd like to use the memory controlling feature of Docker, you'd need to use a custom kernel:
https://library.linode.com/custom-instancesWith regard to cgroups themselves, they aren't mounted in /etc/fstab; you may want to check the output of 'mount'.
- Les