docs: Use valid docker bind propagation field
Co-Authored-By: notnoop <mahmood@notnoop.com>
This commit is contained in:
parent
0f3d9aff1f
commit
100e09b9ad
|
@ -324,7 +324,7 @@ The `docker` driver supports the following configuration in the job spec. Only
|
|||
source = "/path/in/host"
|
||||
readonly = false
|
||||
bind_options {
|
||||
propagation = "xxxx"
|
||||
propagation = "rshared"
|
||||
}
|
||||
},
|
||||
# sample tmpfs mount
|
||||
|
|
Loading…
Reference in a new issue