Docker ipvlan network plugin

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.

Does this driver allow to logg network connections going from container? I’m looking for something like this. And I’m thinking is it hard to write it up? I’m not experienced with docker that much