Skip to content

LANsible/docker-nfs-client-provisioner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFS Client provisioner

pipeline status Docker Pulls Docker Version Docker Size/Layers

Why not use the official container?

It has no arm64 support :)

Building the container locally

You could build the container locally to add plugins. It works like this:

docker build . \
      --build-arg ARCHITECTURE=amd64
      --tag lansible/nfs-client-provisioner:latest

Credits

All credits to the original authors of this client over at kubernetes-incubator/external-storage