Skip to content

Conversation

@ryoichitaniguchi
Copy link

init script seems to be outdated and it will override it wrongly now.
due to this docker daemon could not startup with below error log with latest docker-engine now in my ubuntu environment.

Error starting daemon: Devices cgroup isn't mounted

init script is outdated. docker daemon does not startup with latest package
start on filesystem
start on (filesystem and net-device-up IFACE!=lo)
stop on runlevel [!2345]
limit nofile 524288 1048576
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems too arbitrary. Would be nice to control what limits to use or at least these limit values.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This configuration sometimes seems to be needed as far as I see in moby/moby#5939 and moby/moby#4455 (systemd), corresponding fix for upstart is moby/moby#4749 , moby/moby@119839d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants