Ping from specific host ip

What is your Docker version?

update:

I guess the problem is that you have a single interface with multiple ip addresses. So the traffic will go to the interface which has the ip address set in the label but it will still go through that single interface so the remote will see the default ip. You could try to create separate interfaces for the ip addresses.

I also edited your post as your previous post before. Please, format your posts according to the following guide: How to format your forum posts
In short: please, use </> button to share codes, terminal outputs, error messages or anything that can contain special characters which would be interpreted by the MarkDown filter. Use the preview feature to make sure your text is formatted as you would expect it and check your post after you have sent it so you can still fix it.