On 2020-05-08 13:42, Gordon Messmer wrote:
On 5/8/20 1:05 PM, Gordon Messmer wrote:
>On 5/8/20 12:44 PM, Matt Heon wrote:
>>What Podman version are you on? I remember adding code to permit --ip
>>with non-default CNI networks. A parse of the release notes suggests
>>this landed in v1.7.0.
>
>Well, that's good news, then. I'm using podman 1.6.4 from "extras"
>on CentOS 7. I was planning to rebuild that host once CentOS 8.2
>was published.
I probably should also mention that the reason I asked instead of
updating to a newer version through a different repo is that the man
page for podman 1.9 on Fedora appears to be the same. It still says
that --ip can't be used with --network. I'll verify that --ip is
usable for newer versions and then send a PR for the man page,
assuming I can figure out where it is and isn't usable based on the
1.7 release notes. :)
_______________________________________________
Podman mailing list -- podman(a)lists.podman.io
To unsubscribe send an email to podman-leave(a)lists.podman.io
I actually just sent a PR to fix that - it looks like I missed the
manpages when I made the update to actually allow --ip when a CNI
network is specified. Oops. Code ought to be working, but the docs are
wrong (until my fix lands, at least).
Thanks,
Matt Heon