Skip to content

Commit

Permalink
Merge pull request #937 from afbjorklund/podman-per-vm
Browse files Browse the repository at this point in the history
podman: Use different connections for different instances
  • Loading branch information
jandubois authored Jul 3, 2022
2 parents 33e3e28 + 214095a commit d2d8d04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/podman.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
------

0 comments on commit d2d8d04

Please sign in to comment.