Merge pull request #12831 from Microsoft/10662-nolxconwindows
Windows: Factor out LXC
This commit is contained in:
commit
6b42d72d86
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 (
|
||||
|
|
Loading…
Add table
Reference in a new issue