1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Windows: Factor out LXC

Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
John Howard 2015-04-27 15:53:21 -07:00
parent 72e9e12fa0
commit 10e2dbf375
7 changed files with 13 additions and 1 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -3,5 +3,5 @@
package lxc package lxc
func finalizeNamespace(args *InitArgs) error { 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 package lxc
import ( import (