daemon: daemon_experimental.go: fix typo

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
Upstream-commit: 4c8088268ccef8652add808e3367faafe713f485
Component: engine
This commit is contained in:
Antonio Murdaca
2015-12-01 12:03:50 +01:00
parent 4f7a986f9e
commit b48e8b7de2
@@ -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