Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
docker built -> docker build
  • Loading branch information
kpol-lgx authored Aug 14, 2024
1 parent c09722c commit d1942c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/example/nfs-provisioner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ kubectl create -f https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nf
```bash
git clone https://github.com/sjiveson/nfs-server-alpine.git
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
sed -i 's/<your-name>/itsthenetwork/' nfs-server.yaml
kubectl create -f nfs-server.yaml
Expand Down

0 comments on commit d1942c1

Please sign in to comment.