File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
src/content/docs/en/sdk/guides Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,6 @@ You can enable it in the `values.yaml` file if wanting to locally test external
9696
9797 sudo apt-get update
9898 sudo apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
99- sudo usermod -aG docker $USER
10099 ```
101100
1021013 . Install [ kubectl] ( https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/ ) :
@@ -168,6 +167,15 @@ sudo brew services start chipmk/tap/docker-mac-net-connect
168167
169168</Fragment >
170169<Fragment slot = " panel.2" >
170+
171+ Add your user to the docker group.
172+
173+ ``` bash
174+ sudo usermod -aG docker $USER && newgrp docker
175+ ```
176+
177+ Now you are ready to start minikube.
178+
171179``` bash
172180minikube start --driver=docker
173181minikube addons enable ingress
You can’t perform that action at this time.
0 commit comments