ksagle
Members
-
Joined
-
Last visited
Solutions
-
ksagle's post in Docker Service failed to start was marked as the answerI was able to start docker after manually mounting cgroups based on the discussion here:
https://stackoverflow.com/questions/32002882/error-starting-docker-daemon-on-ubuntu-14-04-devices-cgroup-isnt-mounted
To mount it manually I ran:
mkdir /sys/fs/cgroup/devices
mount -t cgroup -o devices devices /sys/fs/cgroup/devices
I'd still like to understand why it wasn't mount properly if anyone has any insight.
Thanks