Skip to content

Commit

Permalink
docs: clarify how to push docker image to minikube (#1269)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorDenisov committed Jun 7, 2022
1 parent c467d5d commit 3b24b2e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sample-operators/webpage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,12 @@ If you want the Operator to be running as a deployment in your cluster, follow t

### Build

In order to point your docker build to minikube docker registry run:

```
eval $(minikube docker-env)
```

You can build the sample using `mvn jib:dockerBuild` this will produce a Docker image you can push to the registry
of your choice. The JAR file is built using your local Maven and JDK and then copied into the Docker image.

Expand Down

0 comments on commit 3b24b2e

Please sign in to comment.