Getting ctr closer to compiling on Windows
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
6
ctr/container_windows.go
Normal file
6
ctr/container_windows.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package main
|
||||
|
||||
// TODO Windows: This will have a very different implementation
|
||||
func createStdio() (s stdio, err error) {
|
||||
return stdio{}, nil
|
||||
}
|
||||
Reference in New Issue
Block a user