Merge pull request #18331 from runcom/fix-typo
daemon: daemon_experimental.go: fix typo Upstream-commit: c6a2bce9198efe21ae40213fed2e3c25df9de613 Component: engine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user