Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 224 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 224 Bytes

docker-volume-nfs

NFS v3/4 plugin for Docker

Usage

docker plugin install yzlin/nfs

docker volume create -d yzlin/nfs -o src=user@host:/path/to/nfs nfsvol
docker run -it --rm -v nfsvol:/data alpine ls /data