fixing typo in comment

This commit is contained in:
Cameron Davison
2017-01-09 15:55:01 -06:00
parent e2a09752b5
commit 2d6e7e7b57

View File

@@ -136,7 +136,7 @@ type DockerDriverConfig struct {
WorkDir string `mapstructure:"work_dir"` // Working directory inside the container
Logging []DockerLoggingOpts `mapstructure:"logging"` // Logging options for syslog server
Volumes []string `mapstructure:"volumes"` // Host-Volumes to mount in, syntax: /path/to/host/directory:/destination/path/in/container
ForcePull bool `mapstructure:"force_pull"` // Always force pull before running image, usefull if your tags are mutable
ForcePull bool `mapstructure:"force_pull"` // Always force pull before running image, useful if your tags are mutable
}
// Validate validates a docker driver config