mirror of
https://github.com/moby/moby.git
synced 2026-07-12 10:35:14 +00:00
6 lines
114 B
Go
6 lines
114 B
Go
// +build linux freebsd
|
|
|
|
package daemon // import "github.com/docker/docker/daemon"
|
|
|
|
const bindMountType = "bind"
|