Merge pull request #24871 from thaJeztah/fix-wrong-case-mount-type

Change mount-types to lowercase
Upstream-commit: 0a8a6f2dd7850cc467244ba254d5e20555df99dc
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2016-07-22 00:03:55 +02:00
committed by GitHub
6 changed files with 20 additions and 20 deletions

View File

@ -3935,7 +3935,7 @@ Create a service
"ReadOnly": true,
"Source": "web-data",
"Target": "/usr/share/nginx/html",
"Type": "VOLUME",
"Type": "volume",
"VolumeOptions": {
"DriverConfig": {
},

View File

@ -3936,7 +3936,7 @@ Create a service
"ReadOnly": true,
"Source": "web-data",
"Target": "/usr/share/nginx/html",
"Type": "VOLUME",
"Type": "volume",
"VolumeOptions": {
"DriverConfig": {
},