Trial new volume_options spec
This commit is contained in:
parent
0209743a59
commit
65267f21f7
1 changed files with 7 additions and 6 deletions
|
@ -17,12 +17,13 @@
|
|||
{
|
||||
"type": "volume",
|
||||
"target": "/media",
|
||||
"VolumeOptions": {
|
||||
"driver": "local",
|
||||
"driver_opts": {
|
||||
"type": "nfs",
|
||||
"o": "addr=martinibar.lan,nolock,soft,rw",
|
||||
"device": ":/volume1/docker"
|
||||
"volume_options": {
|
||||
"driver_config": {
|
||||
"name": "nfs",
|
||||
"options": {
|
||||
"o": "addr=martinibar.lan,nolock,soft,rw",
|
||||
"device": ":/volume1/docker"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue