Files
kubesphere/vendor/github.com/docker/docker/daemon/seccomp_unsupported.go
2018-05-23 15:23:39 +08:00

6 lines
106 B
Go

// +build !linux
package daemon // import "github.com/docker/docker/daemon"
var supportsSeccomp = false