Add tonis and mickael as maintainers

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-03-21 13:04:38 -07:00
parent 7e3c007ea3
commit 1000723f2d
2 changed files with 22 additions and 8 deletions

View File

@ -9,10 +9,12 @@
# This file is compiled into the MAINTAINERS file in docker/opensource.
#
[Org]
[Org."Core maintainers"]
people = [
"crosbymichael",
]
[Org."Core maintainers"]
people = [
"crosbymichael",
"tonistiigi",
"mlaventure",
]
[people]
@ -22,7 +24,18 @@
# ADD YOURSELF HERE IN ALPHABETICAL ORDER
[people.crosbymichael]
Name = "Michael Crosby"
Email = "crosbymichael@gmail.com"
GitHub = "crosbymichael"
[people.crosbymichael]
Name = "Michael Crosby"
Email = "crosbymichael@gmail.com"
GitHub = "crosbymichael"
[people.tonistiigi]
Name = "Tõnis Tiigi"
Email = "tonis@docker.com"
GitHub = "tonistiigi"
[people.mlaventure]
Name = "Kenfe-Mickaël Laventure"
Email = "mickael.laventure@docker.com"
GitHub = "mlaventure"

View File

@ -112,6 +112,7 @@ func daemon(address, stateDir string, concurrency int, runtimeName string) error
logrus.WithField("error", err).Warn("containerd: reap child processes")
}
default:
logrus.Infof("stopping containerd after receiving %s", ss)
server.Stop()
os.Exit(0)
}