Error: unrecognized protocol "TCP" in port mapping #6948
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
Unlike Docker,
podman run -p
does not accept "TCP" in upper characters.Steps to reproduce the issue:
podman run -it --rm -p 8080:80/TCP nginx:alpine
Describe the results you received:
Error: unrecognized protocol "TCP" in port mapping
Describe the results you expected:
It should work as in Docker
Output of
podman version
:The text was updated successfully, but these errors were encountered: