Refactors getRootIDs
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
5
runtime/container_windows.go
Normal file
5
runtime/container_windows.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package runtime
|
||||
|
||||
func getRootIDs(s *platformSpec) (int, int, error) {
|
||||
return 0, 0, nil
|
||||
}
|
||||
Reference in New Issue
Block a user