I am currently testing the new docker network driver ipvlan in layer 2 mode.
I have a question on it : Is it possible to access a container launched in ipvlan network from the host ?
And if the answer is yes, how to do that ?
Edit: Impossible to do (written in the docs)
NOTE: the containers can NOT ping the underlying host interfaces as
they are intentionally filtered by Linux for additional isolation.