4f0d95fa6e
Signed-off-by: Daniel Nephin <dnephin@docker.com>
5 lines
106 B
Go
5 lines
106 B
Go
// +build !linux
|
|
|
|
package daemon // import "github.com/docker/docker/daemon"
|
|
|
|
var supportsSeccomp = false
|