diff --git a/documentation/developer-guide.md b/documentation/developer-guide.md index e8471a39..d111f129 100644 --- a/documentation/developer-guide.md +++ b/documentation/developer-guide.md @@ -79,7 +79,13 @@ make build e2e E2E_TEST_SELECTOR='^TestConfiguration$' ### Running E2E tests on macOS -At first you need to build Docker image inside provided Linux container by: +At first, you need to start minikube: +```bash +$ make minikube-start +$ eval $(minikube docker-env) +``` + +Build Docker image inside provided Linux container by: ```bash $ make indocker ```