api: ContainerCreate: lowercase ErrEmptyConfig
Signed-off-by: Albin Kerouanton <albinker@gmail.com>
This commit is contained in:
parent
91eee33f62
commit
44a25f31a8
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ const (
|
||||||
// ErrConflictUTSHostname conflict between the hostname and the UTS mode
|
// ErrConflictUTSHostname conflict between the hostname and the UTS mode
|
||||||
ErrConflictUTSHostname validationError = "conflicting options: hostname and the UTS mode"
|
ErrConflictUTSHostname validationError = "conflicting options: hostname and the UTS mode"
|
||||||
// ErrEmptyConfig when container config is nil
|
// 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
|
type validationError string
|
||||||
|
|
Loading…
Reference in a new issue