Podman --remote argument ordering can instead run local Podman #7211
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Argument ordering with
podman --remote
can cause Podman to not run remote, and instad execute locally.Steps to reproduce the issue:
podman run -t -i --rm --name testctr fedora bash
podman system service --log-level=debug
podman exec --log-level=debug --remote exec -t -i testctr bash
Describe the results you received:
Note that
podman exec
debug logs indicate that it started Conmon, and there are no debug logs out ofpodman system service
Describe the results you expected:
Debug logs for
podman system service
indicate thatpodman exec
executed remotely.Additional information you deem important (e.g. issue happens only occasionally):
N/A
Output of
podman version
:Master
The text was updated successfully, but these errors were encountered: