docs/runtime/runtime_vfs.go

8 lines
120 B
Go

// +build !exclude_graphdriver_vfs
package runtime
import (
_ "github.com/dotcloud/docker/runtime/graphdriver/vfs"
)