We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Home
Explore
Help
Register
Sign In
0ct0pu5
/
moby
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Merge pull request
#17575
from Microsoft/10662-nativetemplate
Windows: Fix native exec template
Alexander Morozov
9 years ago
parent
1ba280a8db
be2f53ece8
commit
ad55d29c91
2 changed files
with
3 additions
and
0 deletions
Unified View
Show Diff Stats
0
0
daemon/execdriver/native/template/default_template_linux.go
3
0
daemon/execdriver/native/template/default_template_unsupported.go
+ 0
- 0
daemon/execdriver/native/template/default_template.go → daemon/execdriver/native/template/default_template_linux.go
View File
+ 3
- 0
daemon/execdriver/native/template/default_template_unsupported.go
View File
@@ -0,0 +1,3 @@
+// +build !linux
+
+package template