nfs-client-provisioner initial code
(cherry picked from commit 5a51799e23)
This commit is contained in:
4
Dockerfile
Normal file
4
Dockerfile
Normal 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"]
|
||||
Reference in New Issue
Block a user