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 d769f3a + 66268c4 commit d03f921Copy full SHA for d03f921
examples/podman.yaml
@@ -51,6 +51,9 @@ portForwards:
51
- guestSocket: "/run/user/{{.UID}}/podman/podman.sock"
52
hostSocket: "{{.Dir}}/sock/podman.sock"
53
message: |
54
- To run `podman` on the host (assumes podman-remote is installed):
55
- $ export CONTAINER_HOST=unix://{{.Dir}}/sock/podman.sock
56
- $ podman{{if eq .HostOS "linux"}} --remote{{end}} ...
+ To run `podman` on the host (assumes podman-remote is installed), run the following commands:
+ ------
+ podman system connection add lima "unix://{{.Dir}}/sock/podman.sock"
57
+ podman system connection default lima
58
+ podman{{if eq .HostOS "linux"}} --remote{{end}} run quay.io/podman/hello
59
0 commit comments