Files
external-snapshotter/vendor/github.com/kubernetes-csi/csi-test/Dockerfile.mock
2018-08-30 21:32:24 +08:00

7 lines
130 B
Docker

FROM alpine
LABEL maintainers="Kubernetes Authors"
LABEL description="CSI Mock Driver"
COPY ./bin/mock mock
ENTRYPOINT ["/mock"]