Files
docker-cli/components/engine/daemon/bindmount_unix.go
Amit Krishnan 6fb90ed484 Add functional support for Docker sub commands on Solaris
Signed-off-by: Amit Krishnan <krish.amit@gmail.com>

Signed-off-by: Alexander Morozov <lk4d4@docker.com>
Upstream-commit: 934328d8ea650bf8a9c3c719999ce2a1f5dd5df6
Component: engine
2016-11-07 09:06:34 -08:00

6 lines
70 B
Go

// +build linux freebsd
package daemon
const bindMountType = "bind"