Update README.md
docker built -> docker build
This commit is contained in:
parent
c09722c93a
commit
d1942c104a
@ -17,7 +17,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nf
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/sjiveson/nfs-server-alpine.git
|
git clone https://github.com/sjiveson/nfs-server-alpine.git
|
||||||
cd nfs-server-alpine
|
cd nfs-server-alpine
|
||||||
docker built -t <your-name>/nfs-server-alpine:latest-arm .
|
docker build -t <your-name>/nfs-server-alpine:latest-arm .
|
||||||
wget https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/nfs-provisioner/nfs-server.yaml
|
wget https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/nfs-provisioner/nfs-server.yaml
|
||||||
sed -i 's/<your-name>/itsthenetwork/' nfs-server.yaml
|
sed -i 's/<your-name>/itsthenetwork/' nfs-server.yaml
|
||||||
kubectl create -f nfs-server.yaml
|
kubectl create -f nfs-server.yaml
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user