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 54b5b7f commit 1e45f78Copy full SHA for 1e45f78
examples/docker.yaml
@@ -60,6 +60,9 @@ portForwards:
60
- guestSocket: "/run/user/{{.UID}}/docker.sock"
61
hostSocket: "{{.Dir}}/sock/docker.sock"
62
message: |
63
- To run `docker` on the host (assumes docker-cli is installed):
64
- $ export DOCKER_HOST=unix://{{.Dir}}/sock/docker.sock
65
- $ docker ...
+ To run `docker` on the host (assumes docker-cli is installed), run the following commands:
+ ------
+ docker context create lima --docker "host=unix://{{.Dir}}/sock/docker.sock"
66
+ docker context use lima
67
+ docker run hello-world
68
0 commit comments