We use cookies to ensure you get the best experience on our website
This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
0ct0pu5
/
moby
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Merge pull request
#17575
from Microsoft/10662-nativetemplate
Windows: Fix native exec template
Alexander Morozov
hace 9 años
padre
1ba280a8db
be2f53ece8
commit
ad55d29c91
Se han
modificado 2 ficheros
con
3 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
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
Ver fichero
+ 3
- 0
daemon/execdriver/native/template/default_template_unsupported.go
Ver fichero
@@ -0,0 +1,3 @@
+// +build !linux
+
+package template