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:
parent
543e65c0da
commit
c3e4708bf5
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue