Skip to content

Commit 070bf95

Browse files
Daniel WasserlaufDaniel Wasserlauf
authored andcommitted
feature/cld-421: fixed some grammar and removed virtual box reference from tutorial
1 parent 51b4b8e commit 070bf95

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

docs/Local_Development_Tutorial.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ The following steps assume you are running this tutorial from a desktop environm
2929
```
3030
- [KubeCTL](https://kubernetes.io/docs/tasks/tools/): Download and install this tool to assist with debugging in a Kubernetes environment.
3131
- [Helm](https://helm.sh/docs/intro/install/): Clone or download the chart repository: https://github.com/marklogic/marklogic-kubernetes
32-
- [Minikube](https://k8s-docs.netlify.app/en/docs/tasks/tools/install-minikube/): Minikube Kubernetes environment, which will host the MarkLogic Server application.
33-
- Mac OSX VM: If you are running in Mac OSX, you will need Virtual Box: [Virtual Box](https://www.virtualbox.org/) the VM used inside of Minikube.
32+
- [Minikube](https://k8s-docs.netlify.app/en/docs/tasks/tools/install-minikube/): Download the Minikube Kubernetes environment, which will host the MarkLogic Server applications.
3433
- Browser: The latest version of a supported web browser. See the list here: [Web Browser](https://developer.marklogic.com/products/support-matrix/)
3534

3635

@@ -41,8 +40,7 @@ This section describes the procedure for setting up Minikube, installing MarkLog
4140
## Setting Up Minikube
4241
First you will need to set up the Kubernetes control plane on your local machine. Minikube is a tool that makes it easy to set up a local Kubernetes enviornment.
4342

44-
- Start Minikube: `minikube start --driver=virtualbox`
45-
If you are running in a Linux OS: `minikube start --driver=docker`
43+
- Start Minikube: `minikube start --driver=docker`
4644

4745
To verify the Minikube started correctly, use the Kubernetes command line tool, KubeCTL:
4846

0 commit comments

Comments
 (0)