Skip to content

Commit aa2d566

Browse files
committed
The podman-remote binary might be missing
Some distributions only ship "podman" on Linux. But it has a --remote flag to make it a client. Signed-off-by: Anders F Björklund <[email protected]>
1 parent 727a7b1 commit aa2d566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/podman.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ portForwards:
5353
message: |
5454
To run `podman` on the host (assumes podman-remote is installed):
5555
$ export CONTAINER_HOST=unix://{{.Dir}}/sock/podman.sock
56-
$ podman{{if eq .HostOS "linux"}}-remote{{end}} ...
56+
$ podman{{if eq .HostOS "linux"}} --remote{{end}} ...

0 commit comments

Comments
 (0)