Rename all cases of "docker-init" to "dockerinit" for consistency

This commit is contained in:
Tianon Gravi
2013-10-25 15:13:25 -07:00
committed by Victor Vieux
parent d789750851
commit cf86e2bb22
4 changed files with 3 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
package main
import (
"github.com/dotcloud/docker/sysinit"
)
var (
GITCOMMIT string
VERSION string
)
func main() {
// Running in init mode
sysinit.SysInit()
return
}