-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.
Description
Sorry for the unhelpful title; I can't think of a better description. This one has been haunting me today:
# podman run centos find / -name sdf
find: unknown predicate `-n'
# podman run centos echo find / -name sdf
find / -n -a -m -e sdf
Somewhere in podman-land, -name is being rewritten and passed along as -n -a -m -e.
podman-0.4.4-2.git9924956.fc27 and 0.5.1-1525212894.git970eaf0.fc27
Metadata
Metadata
Assignees
Labels
locked - please file new issue/PRAssist humans wanting to comment on an old issue or PR with locked comments.Assist humans wanting to comment on an old issue or PR with locked comments.