Signed-off-by: Tibor Vass <tibor@docker.com> (cherry picked from commit effa24bf48170f141cd9e1c1fcb5d39aedf1ca74) Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: 4c35d811471b80eec10476050b1222b653e6c5d9 Component: engine
7 lines
131 B
Go
7 lines
131 B
Go
package hcsshim
|
|
|
|
// IsTP4 returns whether the currently running Windows build is at least TP4.
|
|
func IsTP4() bool {
|
|
return false
|
|
}
|