mirror of
https://github.com/docker/docs.git
synced 2026-04-12 06:19:22 +07:00
Merge pull request #17567 from Microsoft/10662-lxcunittest
Windows: Fix go test in execdriver\lxc
This commit is contained in:
@@ -2,6 +2,10 @@
|
||||
|
||||
package lxc
|
||||
|
||||
// InitArgs contains args provided to the init function for a driver
|
||||
type InitArgs struct {
|
||||
}
|
||||
|
||||
func finalizeNamespace(args *InitArgs) error {
|
||||
panic("Not supported on this platform")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user