Signed-off-by: Antonio Murdaca <runcom@redhat.com>
| ... | ... |
@@ -16,7 +16,7 @@ import ( |
| 16 | 16 |
|
| 17 | 17 |
func setupRemappedRoot(config *Config) ([]idtools.IDMap, []idtools.IDMap, error) {
|
| 18 | 18 |
if runtime.GOOS != "linux" && config.RemappedRoot != "" {
|
| 19 |
- return nil, nil, fmt.Errorf("User namespaces are not supported on Linux")
|
|
| 19 |
+ return nil, nil, fmt.Errorf("User namespaces are only supported on Linux")
|
|
| 20 | 20 |
} |
| 21 | 21 |
|
| 22 | 22 |
// if the daemon was started with remapped root option, parse |