fix docker commands

pull/7603/head
Alonyb 2020-04-16 20:56:52 -05:00
parent 2f940d84a9
commit 40e87af21d
1 changed files with 2 additions and 2 deletions

View File

@ -35,12 +35,12 @@ minikube start --addons=registry --vm-driver={{docker | podman}}
Build docker image and tag it appropriately:
```shell
docker build --tag $(minikube ip):5000 <container_id>)/test-img .
docker build --tag $(minikube ip):5000/test-img .
```
Push docker image to minikube registry:
```shell
docker push $(minikube ip):5000 <container_id>/test-img
docker push $(minikube ip):5000/test-img
```
## 2. Use Registry for docker on mac and windows