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 33e3e28 + 214095a commit d2d8d04Copy full SHA for d2d8d04
examples/podman.yaml
@@ -53,7 +53,7 @@ portForwards:
53
message: |
54
To run `podman` on the host (assumes podman-remote is installed), run the following commands:
55
------
56
- podman system connection add lima "unix://{{.Dir}}/sock/podman.sock"
57
- podman system connection default lima
+ podman system connection add lima-{{.Name}} "unix://{{.Dir}}/sock/podman.sock"
+ podman system connection default lima-{{.Name}}
58
podman{{if eq .HostOS "linux"}} --remote{{end}} run quay.io/podman/hello
59
0 commit comments