You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ja...@apache.org on 2022/08/12 13:23:32 UTC

[solr-operator] branch gh-pages updated: Update local_tutorial.md (#464)

This is an automated email from the ASF dual-hosted git repository.

janhoy pushed a commit to branch gh-pages
in repository https://gitbox.apache.org/repos/asf/solr-operator.git


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 05f7460  Update local_tutorial.md (#464)
05f7460 is described below

commit 05f7460356e6922d865493074bd4c292be140c47
Author: Kristian Rickert <kr...@gmail.com>
AuthorDate: Fri Aug 12 09:23:28 2022 -0400

    Update local_tutorial.md (#464)
    
    * Changed docker-edge to docker.  docker for mac no longer has the docker-edge version.  Now, just need to have "docker".
    * changed "brew cask" command to "brew --cask", which is the newer syntax that works with brew.  "brew cask" is no longer supported.
---
 docs/local_tutorial.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/local_tutorial.md b/docs/local_tutorial.md
index 1c99102..c680d0c 100644
--- a/docs/local_tutorial.md
+++ b/docs/local_tutorial.md
@@ -41,7 +41,7 @@ This tutorial shows how to setup Solr under Kubernetes on your local mac. The pl
 	https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
 
 # Install Docker Desktop for Mac (use edge version to get latest k8s)
-brew cask install docker-edge
+brew install --cask docker
 
 # Enable Kubernetes in Docker Settings, or run the command below:
 sed -i -e 's/"kubernetesEnabled" : false/"kubernetesEnabled" : true/g' \