github.com/mheon/docker@v0.11.2-0.20150922122814-44f47903a831/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  }