github.com/rsampaio/docker@v0.7.2-0.20150827203920-fdc73cc3fc31/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  }