docker does not work out of the box - 7.2 Alpha 0

Issue #11 resolved
Moises Henriquez created an issue

The current rc.S script mounts control groups on /sys/fs/cgroup all in one location.

This needs to be changed to make docker work.

For the proper setup, fixes are necessary in different areas.

  1. rc.S has to be patched to avoid mounting cgroups there
  2. /etc/fstab must be patched to mount cgroups the correct way
  3. /etc/cgconfig.conf must be added with the correct cgroup configuration.

See http://vlcoredocumentation.readthedocs.org/en/latest/manuals/docker.html

Comments (2)

  1. Log in to comment