|
@@ -444,11 +444,6 @@ func (container *Container) TmpfsMounts() ([]Mount, error) {
|
|
return mounts, nil
|
|
return mounts, nil
|
|
}
|
|
}
|
|
|
|
|
|
-// EnableServiceDiscoveryOnDefaultNetwork Enable service discovery on default network
|
|
|
|
-func (container *Container) EnableServiceDiscoveryOnDefaultNetwork() bool {
|
|
|
|
- return false
|
|
|
|
-}
|
|
|
|
-
|
|
|
|
// GetMountPoints gives a platform specific transformation to types.MountPoint. Callers must hold a Container lock.
|
|
// GetMountPoints gives a platform specific transformation to types.MountPoint. Callers must hold a Container lock.
|
|
func (container *Container) GetMountPoints() []types.MountPoint {
|
|
func (container *Container) GetMountPoints() []types.MountPoint {
|
|
mountPoints := make([]types.MountPoint, 0, len(container.MountPoints))
|
|
mountPoints := make([]types.MountPoint, 0, len(container.MountPoints))
|