Merge pull request #1438 from steelbrain/patch-1

Fix broken JSON format
pull/1444/merge
devin-donnelly 2016-10-12 15:30:23 -07:00 committed by GitHub
commit 67df9a1784
1 changed files with 2 additions and 2 deletions

View File

@ -284,7 +284,7 @@ For example, you can specify a default mode like this:
"image": "redis",
"volumeMounts": [{
"name": "foo",
"mountPath": "/etc/foo",
"mountPath": "/etc/foo"
}]
}],
"volumes": [{
@ -322,7 +322,7 @@ permission for different files like this:
"image": "redis",
"volumeMounts": [{
"name": "foo",
"mountPath": "/etc/foo",
"mountPath": "/etc/foo"
}]
}],
"volumes": [{