Skip to content

Instantly share code, notes, and snippets.

Docker Macvlan and Ipvlan Experimental Driver Examples

  • The build will be vendored into github.com/docker/docker in the next few days. In the meantime here is the binary that will be getting vendored. docker-1.11.0-dev.zip
  • Ipvlan L2 mode network with multiple subnets without a parent specified
  • For a long test that will create 54 networks and 120+ containers, then delete them all and recreate them again try ipvlan-macvlan-it.sh Instructions here Docker Macvlan and Ipvlan Manual IT Test
  • FYI Note: When the parent is empty or the --internal flag is used, a linux type dummy interface is dynamically created by Libnetwork to act as the parent. This network is completely isolated and is the equivalent to a --internal flag. This is a good mode for demoing.
  • The first test requires an interface
@miguelmota
miguelmota / interfaces
Last active November 24, 2021 21:22
Raspberry Pi Raspbian OS wifi interface settings.
# vim /etc/network/interfaces
#
# it would be a good idea to update before:
#
# sudo apt-get update
# sudo apt-get upgrade
# sudo rpi-update
auto lo