localkube-dind: Fix readme.

Fix the image name from localkube-image to localkube-dind-image in the readme.
pull/2250/head
O'meid 2017-12-01 13:49:35 +11:00 committed by GitHub
parent 4dc0a49485
commit a465350b9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
#### How to build
From root minikube/ directory run:
```console
$ make localkube-image #optional env-vars: TAG=LOCALKUBE_VERSION REGISTRY=gcr.io/k8s-minikube
$ make localkube-dind-image #optional env-vars: TAG=LOCALKUBE_VERSION REGISTRY=gcr.io/k8s-minikube
```
#### How to run
@ -17,7 +17,7 @@ $ docker run -it \
-p 127.0.0.1:8080:8080 \
-v /boot:/boot \
-v /lib/modules:/lib/modules \
gcr.io/k8s-minikube/localkube-image:v1.7.0 \
gcr.io/k8s-minikube/localkube-dind-image:v1.7.0 \
/start.sh
```