Add NFS export/import pod examples.

This commit is contained in:
Jan Safranek
2015-04-02 10:47:21 +02:00
parent a94ffc8625
commit ed46c4db51
11 changed files with 190 additions and 21 deletions

View File

@@ -0,0 +1,5 @@
FROM jsafrane/nfsexporter
MAINTAINER Jan Safranek <jsafrane@redhat.com>
ADD index.html /mnt/data/index.html
ENTRYPOINT ["/usr/local/bin/run_nfs", "/mnt/data"]

View File

@@ -0,0 +1,7 @@
# NFS-exporter container with a file
This container exports /mnt/data with index.html in it via NFSv4. Based on
../exporter.
Available in dockerhub as
[jsafrane/nfs-data](https://registry.hub.docker.com/u/jsafrane/nfs-data/).

View File

@@ -0,0 +1 @@
Hello world!