IP address reuse on macvlan devices
- by Alex Bubnoff
I'm trying to create easy to use and possibly simple testing environment for some product and got some strange behaviour of macvlan's.
What I'm trying to achieve: make a toolset for one-line start/stop of lxc containers(via docker) bound to external ip(I have enough of it on host machine).
So, I'm doing something like this:
docker run -d…