$ sudo docker run -i -t centos / bin / bash
Get the following error message:
2014/06/19 20:40:34 reboot failed sys readonly: sys could not be mounted because read-only reached.
The following option is added to / etc / sysconfig / docker and the service is restarted (reloading the supo service)
other_args = "- exec-driver = lxc"
My / etc / sysconfig / docker looks like this (there used to be the -selinux-enabled option)
other_args = "- Exec-driver = LXC" other_args = "- SELinux with support"
source
share