diff --git a/daemon/execdriver/native/template/default_template.go b/daemon/execdriver/native/template/default_template_linux.go similarity index 100% rename from daemon/execdriver/native/template/default_template.go rename to daemon/execdriver/native/template/default_template_linux.go diff --git a/daemon/execdriver/native/template/default_template_unsupported.go b/daemon/execdriver/native/template/default_template_unsupported.go new file mode 100644 index 0000000000..b01ec1d70d --- /dev/null +++ b/daemon/execdriver/native/template/default_template_unsupported.go @@ -0,0 +1,3 @@ +// +build !linux + +package template