diff --git a/examples/podman.yaml b/examples/podman.yaml index 28a64b2bf6b..a3e29f9faef 100644 --- a/examples/podman.yaml +++ b/examples/podman.yaml @@ -53,7 +53,7 @@ portForwards: message: | 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" - podman system connection default lima + podman system connection add lima-{{.Name}} "unix://{{.Dir}}/sock/podman.sock" + podman system connection default lima-{{.Name}} podman{{if eq .HostOS "linux"}} --remote{{end}} run quay.io/podman/hello ------