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.
1 parent 9fb0cea commit 09fad0eCopy full SHA for 09fad0e
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