From 4c8088268ccef8652add808e3367faafe713f485 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Tue, 1 Dec 2015 12:03:50 +0100 Subject: [PATCH] daemon: daemon_experimental.go: fix typo Signed-off-by: Antonio Murdaca --- daemon/daemon_experimental.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/daemon_experimental.go b/daemon/daemon_experimental.go index 58ef6e7205..6952eaa4a9 100644 --- a/daemon/daemon_experimental.go +++ b/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