diff --git a/code-samples/eventing/bookstore-sample-app/solution/node-server/package-lock.json b/code-samples/eventing/bookstore-sample-app/solution/node-server/package-lock.json index c85234330eb..e579aa0a0b2 100644 --- a/code-samples/eventing/bookstore-sample-app/solution/node-server/package-lock.json +++ b/code-samples/eventing/bookstore-sample-app/solution/node-server/package-lock.json @@ -431,9 +431,9 @@ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==" }, "node_modules/fast-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz", - "integrity": "sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==", + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.2.tgz", + "integrity": "sha512-rVjf7ArG3LTk+FS6Yw81V1DLuZl1bRbNrev6Tmd/9RaroeeRRJhAt7jg/6YFxbvAQXUCavSoZhPPj6oOx+5KjQ==", "funding": [ { "type": "github", diff --git a/docs/snippets/quickstart-install.md b/docs/snippets/quickstart-install.md index a9125e58949..99d0b231de7 100644 --- a/docs/snippets/quickstart-install.md +++ b/docs/snippets/quickstart-install.md @@ -88,6 +88,13 @@ To get a local deployment of Knative, run the `quickstart` plugin: netstat -tnlp | grep 80 ``` + !!! note + Quickstart connects to the Docker daemon at `/var/run/docker.sock` and does not honor the socket selected by your current `docker context` (for example, when using Colima, Rancher Desktop, or Lima). If you see an error like `Cannot connect to the Docker daemon at unix:///var/run/docker.sock`, set the `DOCKER_HOST` environment variable to your active socket before running the command. For example: + ```bash + export DOCKER_HOST=unix://$HOME/.lima/docker/sock/docker.sock + ``` + You can find the endpoint for your active context by running `docker context ls`. + 1. After the plugin is finished, verify you have a cluster called `knative`: ```bash