Windows: Factor out LXC
Signed-off-by: John Howard <jhoward@microsoft.com> Upstream-commit: 10e2dbf375b1aebe33bce0646a3a95d34c48d4f8 Component: engine
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user