import -c 'CMD...'
behavior does not match
#4000
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.
/kind bug
Description
comparing the behavior of docker-1.13.1 with podman 1.2.0, the
podman import -c 'CMD..' ...
behaviour does not match back.podman is expecting
'CMD=/usr/bin/farts'
(the '='), and fails with'CMD /usr/bin/farts'
(the ' '), and fails with brackets'CMD ["/usr/bin/farts"]'
.whereas docker-1.13.1 supports ' ' and brackets, but fails with '='.
Output of
podman version
:Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: