Skip to content

Commit d1942c1

Browse files
authored
Update README.md
docker built -> docker build
1 parent c09722c commit d1942c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/example/nfs-provisioner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nf
1717
```bash
1818
git clone https://github.com/sjiveson/nfs-server-alpine.git
1919
cd nfs-server-alpine
20-
docker built -t <your-name>/nfs-server-alpine:latest-arm .
20+
docker build -t <your-name>/nfs-server-alpine:latest-arm .
2121
wget https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/deploy/example/nfs-provisioner/nfs-server.yaml
2222
sed -i 's/<your-name>/itsthenetwork/' nfs-server.yaml
2323
kubectl create -f nfs-server.yaml

0 commit comments

Comments
 (0)