reg/vendor/github.com/docker/docker-ce/components/engine/daemon/bindmount_unix.go

6 lines
114 B
Go
Raw Normal View History

// +build linux freebsd
package daemon // import "github.com/docker/docker/daemon"
const bindMountType = "bind"