Windows: Factor out LXC

Signed-off-by: John Howard <jhoward@microsoft.com>
Upstream-commit: 10e2dbf375b1aebe33bce0646a3a95d34c48d4f8
Component: engine
This commit is contained in:
John Howard
2015-04-30 14:28:35 -07:00
parent 585f4aedc7
commit 74df4d944e
7 changed files with 13 additions and 1 deletions
@@ -1,3 +1,5 @@
// +build linux
package lxc
import (
@@ -1,3 +1,5 @@
// +build linux
package lxc
import (
@@ -1,3 +1,5 @@
// +build linux
package lxc
import (
@@ -1,3 +1,5 @@
// +build linux
package lxc
import (
@@ -1,3 +1,5 @@
// +build linux
package lxc
import (
@@ -3,5 +3,5 @@
package lxc
func finalizeNamespace(args *InitArgs) error {
panic("Not supported on darwin")
panic("Not supported on this platform")
}
@@ -1,3 +1,5 @@
// +build linux
package lxc
import (