Update volumes.md

Update docs and example for NFS Plugin

Modified the wording around how many Volumes exist

Cleaned up the text around the NFS Pod description

Fixed Spelling mistake on read-only
This commit is contained in:
Steve Watt
2015-03-30 16:29:48 -05:00
committed by wattsteve
parent 10b4fe6f30
commit 0df63ab0c1
2 changed files with 7 additions and 3 deletions

View File

@@ -6,12 +6,12 @@ desiredState:
image: dockerfile/nginx
volumeMounts:
# name must match the volume name below
- name: nfs
- name: myshare
mountPath: "/var/www/html/mount-test"
id: nfspd
version: v1beta1
volumes:
- name: nfs
- name: myshare
source:
nfs:
server: "172.17.0.2"