Docker Networking Tip - Macvlan driver

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Hi Sreenivas - Thank you for this fantastic video and blog posts.  It has really helped me - I am having serious performance problems with overlay networks (VXLAN) in my docker swarm and now I am excited to try macvlan with all the information you have provided - thank you so much.  (Although I am a bit worried that I may not have promiscuous mode enabled on my VMs in the Google Cloud (GCE) to get this working).
Thanks again for this video - keep up the great work.
Best Regards,
Greg

GregWilliams
Автор

Excellent video Sreenivas. I have one question related to this on Docker Desktop on WIndows 10 machine. Please suggest the syntax for creating macvlan network on windows 10 docker over WiFi interface.

AmitJain-nydm
Автор

Hi Sreenivas,

I have a question over here,
Say suppose eth0(base machine network) is on 192.168.222.0/24
We created a macvlan network in docker. Now i wanted to assign a static ip for the container lets say 222.100
Now can 222.100 connect to internet? I tried it, I am failing to connect the container to internet. I can ping two containers but cannot go out of the network. Any suggestions??

harshal
Автор

Hello Sreenivas, thanks for the video. Here is my problem statement. My host has two networks ( interfaces ), I would like to add two networks ( of type macvlan ) to each container running on the host. basically my app (container) now has two networks to communicate. When one of the network is down, i want container to continue to communicate with other network. Is it possible, does container detects the 1st network failure and continue to interact with 2nd network? is it default behavior? if not - how to achieve this? Any pointers would be helpful.

pmirji
Автор

Sir can we access nginx welcome page of the container by typing CONTAINER'S IP in browser, from any other machine in local network with the help of macvlan...because i am not able to do that.

anukoolsrivastava