Merge pull request #12831 from Microsoft/10662-nolxconwindows

Windows: Factor out LXC
This commit is contained in:
Michael Crosby 2015-04-30 17:25:15 -07:00
commit 6b42d72d86
7 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,5 @@
// +build linux
package lxc
import (

View file

@ -1,3 +1,5 @@
// +build linux
package lxc
import (

View file

@ -1,3 +1,5 @@
// +build linux
package lxc
import (

View file

@ -1,3 +1,5 @@
// +build linux
package lxc
import (

View file

@ -1,3 +1,5 @@
// +build linux
package lxc
import (

View file

@ -3,5 +3,5 @@
package lxc
func finalizeNamespace(args *InitArgs) error {
panic("Not supported on darwin")
panic("Not supported on this platform")
}

View file

@ -1,3 +1,5 @@
// +build linux
package lxc
import (