domhanak commented on code in PR #606: URL: https://github.com/apache/incubator-kie-kogito-docs/pull/606#discussion_r1537765715
########## serverlessworkflow/modules/ROOT/pages/getting-started/preparing-environment.adoc: ########## @@ -29,22 +29,36 @@ Please note, that if the knative quickstart procedure is not used, you need to i .To startup the selected cluster without quickstart, use the following command: [tabs] ==== -Minikube:: +Minikube with Docker:: + -- -.Configure and startup minikube +.Configure and startup minikube with Docker [source,shell] ---- # Set a driver and container runtime -minikube config set driver docker/podman -minikube config set container-runtime docker/podman +minikube config set driver docker Review Comment: the guide was trying to have both paths, with docker and podman, but I deemed it unnecessary to split using tabs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
