github.com/mheon/docker@v0.11.2-0.20150922122814-44f47903a831/dockerinit/dockerinit.go (about) 1 package main 2 3 import ( 4 _ "github.com/docker/docker/daemon/execdriver/lxc" 5 _ "github.com/docker/docker/daemon/execdriver/native" 6 "github.com/docker/docker/pkg/reexec" 7 ) 8 9 func main() { 10 // Running in init mode 11 reexec.Init() 12 }