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 543e65c0da
commit c3e4708bf5
1 changed files with 2 additions and 2 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"