We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fb0cea + 09fad0e commit 33e3e28Copy full SHA for 33e3e28
examples/docker.yaml
@@ -80,7 +80,7 @@ portForwards:
80
message: |
81
To run `docker` on the host (assumes docker-cli is installed), run the following commands:
82
------
83
- docker context create lima --docker "host=unix://{{.Dir}}/sock/docker.sock"
84
- docker context use lima
+ docker context create lima-{{.Name}} --docker "host=unix://{{.Dir}}/sock/docker.sock"
+ docker context use lima-{{.Name}}
85
docker run hello-world
86
0 commit comments