mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00
Spelling
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@ -88,7 +88,7 @@ func (c *Container) validate() error {
|
||||
return errors.Wrapf(define.ErrInvalidArg, "cannot add to /etc/hosts if using image's /etc/hosts")
|
||||
}
|
||||
|
||||
// Check named volume, overlay volume and image volume destination conflits
|
||||
// Check named volume, overlay volume and image volume destination conflist
|
||||
destinations := make(map[string]bool)
|
||||
for _, vol := range c.config.NamedVolumes {
|
||||
// Don't check if they already exist.
|
||||
|
Reference in New Issue
Block a user