瀏覽代碼

Merge pull request #18331 from runcom/fix-typo

daemon: daemon_experimental.go: fix typo
Sebastiaan van Stijn 9 年之前
父節點
當前提交
c6a2bce919
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      daemon/daemon_experimental.go

+ 1 - 1
daemon/daemon_experimental.go

@@ -16,7 +16,7 @@ import (
 
 func setupRemappedRoot(config *Config) ([]idtools.IDMap, []idtools.IDMap, error) {
 	if runtime.GOOS != "linux" && config.RemappedRoot != "" {
-		return nil, nil, fmt.Errorf("User namespaces are not supported on Linux")
+		return nil, nil, fmt.Errorf("User namespaces are only supported on Linux")
 	}
 
 	// if the daemon was started with remapped root option, parse