Explorar el Código

Merge pull request #17575 from Microsoft/10662-nativetemplate

Windows: Fix native exec template
Alexander Morozov hace 9 años
padre
commit
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