mirror of
https://github.com/outbackdingo/kubernetes.git
synced 2026-03-02 06:40:16 +00:00
6 lines
160 B
Docker
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"]
|