Browse Source

Merge pull request #26927 from thaJeztah/update-layerstore-for-solaris

Add setupInitLayer() placeholder for Solaris
Alexander Morozov 8 years ago
parent
commit
5a8cee5ab6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      daemon/daemon_solaris.go

+ 4 - 0
daemon/daemon_solaris.go

@@ -43,6 +43,10 @@ func setupDaemonRoot(config *Config, rootDir string, rootUID, rootGID int) error
 	return nil
 }
 
+func (daemon *Daemon) getLayerInit() func(string) error {
+	return nil
+}
+
 // setupInitLayer populates a directory with mountpoints suitable
 // for bind-mounting dockerinit into the container. The mountpoint is simply an
 // empty file at /.dockerinit