Files
buildx/vendor/github.com/moby/sys/userns/userns_unsupported.go
2024-09-04 16:58:37 +02:00

7 lines
140 B
Go

//go:build !linux
package userns
// inUserNS is a stub for non-Linux systems. Always returns false.
func inUserNS() bool { return false }