------- Comment From [email protected] 2016-03-24 13:24 EDT------- Hi Jon,
This did make it upstream, but was then removed because it breaks older systemd versions. commit 624125082414d5ba4a987657a44a8506920da611 Author: Jessica Frazelle <[email protected]> Date: Tue Feb 9 14:07:23 2016 -0800 remove tasksmax, people on newer kernels can add it themselves Signed-off-by: Jessica Frazelle <[email protected]> diff --git a/contrib/init/systemd/docker.service b/contrib/init/systemd/docker.service index d43658e..6015b74 100644 --- a/contrib/init/systemd/docker.service +++ b/contrib/init/systemd/docker.service @@ -11,7 +11,6 @@ MountFlags=slave LimitNOFILE=1048576 LimitNPROC=1048576 LimitCORE=infinity -TasksMax=1048576 TimeoutStartSec=0 [Install] =========== Looking into another solution, since you guys do use this docker-created service file for your builds (which I assumed you did not). -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1557669 Title: port binding issues with docker-1.10.2 on Ubuntu 16.04 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1557669/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
