github.com/ld86/docker@v1.7.1-rc3/daemon/execdriver/lxc/lxc_init_unsupported.go (about) 1 // +build !linux 2 3 package lxc 4 5 func finalizeNamespace(args *InitArgs) error { 6 panic("Not supported on this platform") 7 }