k3s/examples/nfs/nfs-data/Dockerfile

6 lines
160 B
Docker

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