浏览代码

Merge pull request #17575 from Microsoft/10662-nativetemplate

Windows: Fix native exec template
Alexander Morozov 9 年之前
父节点
当前提交
ad55d29c91

+ 0 - 0
daemon/execdriver/native/template/default_template.go → daemon/execdriver/native/template/default_template_linux.go


+ 3 - 0
daemon/execdriver/native/template/default_template_unsupported.go

@@ -0,0 +1,3 @@
+// +build !linux
+
+package template