docker 1.8+ no longer needs dind by jessfraz · Pull Request #15596 · moby/moby
ping @tianon idk what to make the entrypoint tbh or if you think this is too soon ;)
dmp42
mentioned this pull request
Ohh, because it auto-mounts the cgroup hierarchy? Very interesting indeed.
IMO we should still keep the entrypoint around for a while since it'll still be needed on older Docker versions, but making it do the mounting nonsense conditionally based on whether we've already got it all mounted seems really sane. 👍 (ie, if ! mountpoint -q /sys/fs/cgroup; then ...)
nice yeah
On Fri, Aug 21, 2015 at 10:23 AM, Tianon Gravi notifications@github.com
wrote:
Ohh, because it auto-mounts the cgroup hierarchy? Very interesting indeed.
IMO we should still keep the entrypoint around for a while since it'll
still be needed on older Docker versions, but making it do the mounting
nonsense conditionally based on whether we've already got it all mounted
seems really sane. [image: 👍](ie, if ! mountpoint -q /sys/fs/cgroup;
then ...)—
Reply to this email directly or view it on GitHub
#15596 (comment).
jessfraz pushed a commit that referenced this pull request
Aug 21, 2015docker 1.8+ no longer needs dind
jessfraz
deleted the
hack-dind-its-been-fun
branch
lox
mentioned this pull request
This was referenced
Sep 3, 2015This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters