diff --git a/runconfig/errors.go b/runconfig/errors.go index db3d56a048..a0ca32a7b9 100644 --- a/runconfig/errors.go +++ b/runconfig/errors.go @@ -32,7 +32,7 @@ const ( // ErrConflictUTSHostname conflict between the hostname and the UTS mode ErrConflictUTSHostname validationError = "conflicting options: hostname and the UTS mode" // ErrEmptyConfig when container config is nil - ErrEmptyConfig validationError = "Config cannot be empty in order to create a container" + ErrEmptyConfig validationError = "config cannot be empty in order to create a container" ) type validationError string