mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
fixing typo in comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user