podman login with different mandatory parameter than docker login #5146
Labels
Good First Issue
This issue would be a good issue for a first time contributor to undertake.
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.
/kind bug
Description
Ran into this problem, when I was checking if scripts developed for docker were running with podman.
podman supposed to be compatible to docker in terms of parameters. However, there are still breaking differences:
whereas:
The issue the mandatory parameter (REGISTRY) for the podman command. This breaks any compatibility.
Describe the results you expected:
No additional mandatory parameter for parameter inherited from docker.
The text was updated successfully, but these errors were encountered: