k3s/examples/nfs/exporter/Dockerfile

7 lines
196 B
Docker
Raw Normal View History

2015-04-02 08:47:21 +00:00
FROM fedora:21
MAINTAINER Jan Safranek <jsafrane@redhat.com>
EXPOSE 2049/tcp
RUN yum -y install nfs-utils && yum clean all && run_nfs /usr/local/bin/run_nfs
ENTRYPOINT ["/usr/local/bin/run_nfs"]