mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #17574 from Microsoft/10662-devicetool
Windows: Fix docker device tool
This commit is contained in:
commit
71db33738d
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
// +build !windows
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
4
contrib/docker-device-tool/device_tool_windows.go
Normal file
4
contrib/docker-device-tool/device_tool_windows.go
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
package main
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue