1
0

nfs-client-provisioner initial code

(cherry picked from commit 5a51799e23)
This commit is contained in:
Jackie Li
2017-04-26 21:12:08 +01:00
committed by kmova
parent d8553fbc86
commit 3376ae7e5f
9 changed files with 244 additions and 14 deletions

4
Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM alpine:3.5
RUN apk update --no-cache && apk add ca-certificates
COPY nfs-client-provisioner /nfs-client-provisioner
ENTRYPOINT ["/nfs-client-provisioner"]