Skip to content

Commit d4ba2bc

Browse files
Daniel WasserlaufDaniel Wasserlauf
authored andcommitted
feature/cld-421: bullet structure update for single host install
1 parent d4c596f commit d4ba2bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Local_Development_Tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ minikube Ready control-plane,master 1d v1.23.3
5757
To enable addons run the follow Minikube command for ingress:
5858
`minikube addons enable ingress`
5959
## Installing a Single MarkLogic Host to Minikube
60-
- Push the image used for MarkLogic Server to the VM:
61-
`minikube image load store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4`
62-
For the image ID in this example,`store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4` is what the latest image is. To find the latest id go to https://hub.docker.com/_/marklogic
60+
- Push the image used for MarkLogic Server to the VM:
61+
`minikube image load store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4`
62+
The image ID used in the example is `store/marklogicdb/marklogic-server:10.0-9-centos-1.0.0-ea4`, which may not be the latest image. To find the latest ID go to https://hub.docker.com/_/marklogic
6363
- Navigate to where you downloaded or cloned the MarkLogic Helm repository.
6464
Verify that the image loaded to Minikube with the comand above matches the `repository` and `tag` in the `values.yaml`.
6565
```YAML

0 commit comments

Comments
 (0)