mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-02 16:46:59 +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"]
|